Skip to content

Commit

Permalink
sort includes platform (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walker authored May 15, 2020
1 parent 3525739 commit 20a13ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/platform/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* this file behaves like a config.h, comes first */
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <platform/internal/BLEManager.h>

namespace chip {
Expand Down
3 changes: 2 additions & 1 deletion src/platform/PersistedStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
* Provides implementations for the CHIP persistent storage
* APIs. This implementation is common across all platforms.
*/

/* this file behaves like a config.h, comes first */
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <platform/ConfigurationManager.h>

namespace chip {
Expand Down
3 changes: 2 additions & 1 deletion src/platform/SystemEventSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
* Provides implementations of the CHIP System Layer platform
* event functions that are suitable for use on all platforms.
*/

/* this file behaves like a config.h, comes first */
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <platform/PlatformManager.h>

namespace chip {
Expand Down
3 changes: 2 additions & 1 deletion src/platform/SystemTimerSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
* Provides implementations of the CHIP System Layer platform
* timer functions that are suitable for use on all platforms.
*/

/* this file behaves like a config.h, comes first */
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <platform/PlatformManager.h>

namespace chip {
Expand Down

0 comments on commit 20a13ca

Please sign in to comment.