OSDN Git Service

attrib: Remove unneeded sdp.h header include
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Thu, 20 Mar 2014 17:25:59 +0000 (14:25 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 19:58:29 +0000 (21:58 +0200)
attrib/gatt-service.c
attrib/utils.c

index 227d4d4..d15536c 100644 (file)
@@ -27,7 +27,6 @@
 #endif
 
 #include <glib.h>
-#include <bluetooth/sdp.h>
 
 #include "src/adapter.h"
 #include "lib/uuid.h"
index 17f02be..8f9a4c0 100644 (file)
@@ -31,7 +31,6 @@
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/hci.h>
 #include <bluetooth/hci_lib.h>
-#include <bluetooth/sdp.h>
 
 #include "lib/uuid.h"
 #include "btio/btio.h"