Diff between a7990d8ff6df4d477525c7d04398ad258249b938 and 8ab04c63a6c37082754ce5f68d4893bfccfcb2ed

Changed Files

File Additions Deletions Status
health/mcap_sync.c +6 -8 modified

Full Patch

diff --git a/health/mcap_sync.c b/health/mcap_sync.c
index 5545cea..0e21877 100644
--- a/health/mcap_sync.c
+++ b/health/mcap_sync.c
@@ -21,21 +21,19 @@
  *
  */
 
-#include "btio.h"
 #include <stdint.h>
 #include <netinet/in.h>
 #include <time.h>
 #include <stdlib.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/l2cap.h>
-#include "../src/adapter.h"
-#include "../src/manager.h"
 #include <sys/ioctl.h>
 
-#include "config.h"
-#include "log.h"
-
 #include <bluetooth/bluetooth.h>
+#include <bluetooth/l2cap.h>
+#include <adapter.h>
+#include <manager.h>
+#include <btio.h>
+#include <log.h>
+
 #include "mcap.h"
 #include "mcap_lib.h"
 #include "mcap_internal.h"