summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index ee38611c..b6f3e630 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -21,9 +21,6 @@
*
*/
-#ifndef __BLUEZ_DBUS_SERVICE_H
-#define __BLUEZ_DBUS_SERVICE_H
-
#define START_REPLY_TIMEOUT 5000
struct service {
@@ -63,5 +60,3 @@ int service_register(DBusConnection *conn, const char *bus_name, const char *ide
const char *name, const char *description);
int service_unregister(DBusConnection *conn, struct service *service);
-
-#endif /* __BLUEZ_DBUS_SERVICE_H */