Skip to content

Commit 20a13ca

Browse files
author
Rob Walker
authored
sort includes platform (#713)
1 parent 3525739 commit 20a13ca

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/platform/Globals.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
19+
/* this file behaves like a config.h, comes first */
2020
#include <platform/internal/CHIPDeviceLayerInternal.h>
21+
2122
#include <platform/internal/BLEManager.h>
2223

2324
namespace chip {

src/platform/PersistedStorage.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
* Provides implementations for the CHIP persistent storage
2222
* APIs. This implementation is common across all platforms.
2323
*/
24-
24+
/* this file behaves like a config.h, comes first */
2525
#include <platform/internal/CHIPDeviceLayerInternal.h>
26+
2627
#include <platform/ConfigurationManager.h>
2728

2829
namespace chip {

src/platform/SystemEventSupport.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
* Provides implementations of the CHIP System Layer platform
2323
* event functions that are suitable for use on all platforms.
2424
*/
25-
25+
/* this file behaves like a config.h, comes first */
2626
#include <platform/internal/CHIPDeviceLayerInternal.h>
27+
2728
#include <platform/PlatformManager.h>
2829

2930
namespace chip {

src/platform/SystemTimerSupport.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
* Provides implementations of the CHIP System Layer platform
2323
* timer functions that are suitable for use on all platforms.
2424
*/
25-
25+
/* this file behaves like a config.h, comes first */
2626
#include <platform/internal/CHIPDeviceLayerInternal.h>
27+
2728
#include <platform/PlatformManager.h>
2829

2930
namespace chip {

0 commit comments

Comments
 (0)