Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sort includes platform #713

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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