summaryrefslogtreecommitdiff
path: root/src/sdpd.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:35:18 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:35:18 -0800
commit3405ad4c30924a19bef598012ad2f9680fc2733f (patch)
treebc6afc7393b50ccf2d243dbd338b545972888183 /src/sdpd.h
parent8c1a878f33382297457ade8004a1e96e9c0858c4 (diff)
downloadbluez-3405ad4c30924a19bef598012ad2f9680fc2733f.tar.gz
core: Use local libbluetooth includes
Diffstat (limited to 'src/sdpd.h')
-rw-r--r--src/sdpd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 4425c876d..49cd98a2b 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -24,9 +24,6 @@
*
*/
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/sdp.h>
-
#ifdef SDP_DEBUG
#include <syslog.h>
#define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)