sort includes ble
diff --git a/src/ble/BLEEndPoint.cpp b/src/ble/BLEEndPoint.cpp
index e81a8d2..78d9058 100644
--- a/src/ble/BLEEndPoint.cpp
+++ b/src/ble/BLEEndPoint.cpp
@@ -36,10 +36,10 @@
 #if CONFIG_NETWORK_LAYER_BLE
 #include <core/CHIPConfig.h>
 
-#include <support/logging/CHIPLogging.h>
+#include <support/CHIPFaultInjection.h>
 #include <support/CodeUtils.h>
 #include <support/FlagUtils.hpp>
-#include <support/CHIPFaultInjection.h>
+#include <support/logging/CHIPLogging.h>
 
 #include <ble/BLEEndPoint.h>
 #include <ble/BleLayer.h>
diff --git a/src/ble/Ble.h b/src/ble/Ble.h
index cb718ba..e0b8b5b 100644
--- a/src/ble/Ble.h
+++ b/src/ble/Ble.h
@@ -27,11 +27,10 @@
 #ifndef CHIP_BLE_H
 #define CHIP_BLE_H
 
+#include <ble/BLEEndPoint.h>
 #include <ble/BleApplicationDelegate.h>
 #include <ble/BleConfig.h>
-#include <ble/BLEEndPoint.h>
 #include <ble/BleError.h>
-#include <ble/Ble.h>
 #include <ble/BleLayer.h>
 #include <ble/BlePlatformDelegate.h>
 #include <ble/BleUUID.h>
diff --git a/src/ble/BleError.cpp b/src/ble/BleError.cpp
index 2009239..2a4b92d 100644
--- a/src/ble/BleError.cpp
+++ b/src/ble/BleError.cpp
@@ -27,8 +27,8 @@
 
 #if CONFIG_NETWORK_LAYER_BLE
 
-#include <ble/BleLayer.h>
 #include <ble/BleError.h>
+#include <ble/BleLayer.h>
 
 #include <support/ErrorStr.h>
 
diff --git a/src/ble/BleLayer.cpp b/src/ble/BleLayer.cpp
index 2aded35..bdfd1a8 100644
--- a/src/ble/BleLayer.cpp
+++ b/src/ble/BleLayer.cpp
@@ -56,15 +56,15 @@
 
 #include <string.h>
 
-#include <ble/BlePlatformDelegate.h>
+#include <ble/BLEEndPoint.h>
 #include <ble/BleApplicationDelegate.h>
 #include <ble/BleLayer.h>
+#include <ble/BlePlatformDelegate.h>
 #include <ble/BleUUID.h>
-#include <ble/BLEEndPoint.h>
 
 #include <core/CHIPEncoding.h>
-#include <support/logging/CHIPLogging.h>
 #include <support/CodeUtils.h>
+#include <support/logging/CHIPLogging.h>
 
 // clang-format off
 
diff --git a/src/ble/BleLayer.h b/src/ble/BleLayer.h
index 0a3c597..59758f0 100644
--- a/src/ble/BleLayer.h
+++ b/src/ble/BleLayer.h
@@ -58,10 +58,10 @@
 #include <system/SystemLayer.h>
 #include <system/SystemPacketBuffer.h>
 
-#include <ble/BlePlatformDelegate.h>
 #include <ble/BleApplicationDelegate.h>
-#include <ble/BleUUID.h>
 #include <ble/BleError.h>
+#include <ble/BlePlatformDelegate.h>
+#include <ble/BleUUID.h>
 
 #if BLE_CONFIG_PROVIDE_OBSOLESCENT_INTERFACES
 #include <inet/InetLayer.h>
diff --git a/src/ble/BlePlatformDelegate.h b/src/ble/BlePlatformDelegate.h
index ce163b3..eab78e6 100644
--- a/src/ble/BlePlatformDelegate.h
+++ b/src/ble/BlePlatformDelegate.h
@@ -29,8 +29,8 @@
 
 #include <ble/BleUUID.h>
 
-#include <system/SystemPacketBuffer.h>
 #include <support/DLLUtil.h>
+#include <system/SystemPacketBuffer.h>
 
 namespace chip {
 namespace Ble {
diff --git a/src/ble/BtpEngine.cpp b/src/ble/BtpEngine.cpp
index d086fad..3948521 100644
--- a/src/ble/BtpEngine.cpp
+++ b/src/ble/BtpEngine.cpp
@@ -34,8 +34,8 @@
 #include <ble/BtpEngineTest.h>
 #endif
 
-#include <support/logging/CHIPLogging.h>
 #include <support/CodeUtils.h>
+#include <support/logging/CHIPLogging.h>
 
 // Define below to enable extremely verbose BLE-specific debug logging.
 #undef CHIP_BTP_PROTOCOL_ENGINE_DEBUG_LOGGING_ENABLED
diff --git a/src/ble/BtpEngine.h b/src/ble/BtpEngine.h
index f8ac5bd..a6e601c 100644
--- a/src/ble/BtpEngine.h
+++ b/src/ble/BtpEngine.h
@@ -38,8 +38,8 @@
 #include <ble/BleConfig.h>
 
 #include <ble/BleError.h>
-#include <system/SystemPacketBuffer.h>
 #include <support/FlagUtils.hpp>
+#include <system/SystemPacketBuffer.h>
 
 namespace chip {
 namespace Ble {