summaryrefslogtreecommitdiff
path: root/attrib/client.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-12-05 09:22:54 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 17:23:04 +0200
commit5714b14bce07245141e165c4c034b774bc570fba (patch)
treee90ce00ae81b82fc810fe1e5e8152db54a7efe88 /attrib/client.c
parent49b56120427efbfab3e8e67aadf33899c769ff36 (diff)
downloadbluez-5714b14bce07245141e165c4c034b774bc570fba.tar.gz
Reorder btio.h includes
Let "#include <btio/btio.h>" together with other includes using '<' rather than '"'.
Diffstat (limited to 'attrib/client.c')
-rw-r--r--attrib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/client.c b/attrib/client.c
index 41a96d598..d5337321e 100644
--- a/attrib/client.c
+++ b/attrib/client.c
@@ -32,12 +32,12 @@
#include <bluetooth/uuid.h>
#include <gdbus/gdbus.h>
+#include <btio/btio.h>
#include "adapter.h"
#include "device.h"
#include "log.h"
#include "error.h"
#include "dbus-common.h"
-#include <btio/btio.h>
#include "storage.h"
#include "att.h"