summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-common.h')
-rw-r--r--hcid/dbus-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h
index d1bc1683..08f83ea3 100644
--- a/hcid/dbus-common.h
+++ b/hcid/dbus-common.h
@@ -21,9 +21,6 @@
*
*/
-#ifndef __BLUEZ_DBUS_COMMON_H
-#define __BLUEZ_DBUS_COMMON_H
-
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <dbus/dbus.h>
@@ -61,5 +58,3 @@ int register_sdp_record(sdp_record_t *rec);
int unregister_sdp_record(uint32_t handle);
int update_sdp_record(uint32_t handle, sdp_record_t *rec);
void cleanup_sdp_session(void);
-
-#endif /* __BLUEZ_DBUS_COMMON_H */