summaryrefslogtreecommitdiff
path: root/client/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/services.h')
-rw-r--r--client/services.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/services.h b/client/services.h
index 945b4f9e..eccc60a6 100644
--- a/client/services.h
+++ b/client/services.h
@@ -20,9 +20,6 @@
*
*/
-#ifndef __CLIENT_SERVICES_H
-#define __CLIENT_SERVICES_H
-
#include <stdint.h>
#include <dbus/dbus.h>
@@ -58,4 +55,3 @@ int list_services_properties(DBusConnection *connection, char *function,
int listen_for_service_signal(DBusConnection *connection, char *signal_name,
char *service_name);
void iterate_array(DBusMessageIter *iter);
-#endif