summaryrefslogtreecommitdiffstats
path: root/src/adapter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/adapter.c')
-rw-r--r--src/adapter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/adapter.c b/src/adapter.c
index 91e7c454..afd909ba 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -45,21 +45,21 @@
#include <dbus/dbus.h>
#include <gdbus.h>
+#include "logging.h"
+#include "textfile.h"
+
#include "hcid.h"
#include "sdpd.h"
-
#include "manager.h"
#include "adapter.h"
#include "device.h"
-
-#include "textfile.h"
#include "dbus-common.h"
#include "dbus-hci.h"
#include "dbus-database.h"
#include "error.h"
#include "glib-helper.h"
-#include "logging.h"
#include "agent.h"
+#include "storage.h"
#define NUM_ELEMENTS(table) (sizeof(table)/sizeof(const char *))