summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-bluez-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bluetooth/nm-bluez-manager.h')
-rw-r--r--src/devices/bluetooth/nm-bluez-manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bluetooth/nm-bluez-manager.h b/src/devices/bluetooth/nm-bluez-manager.h
index 68d6dbe5e8..8320b2987f 100644
--- a/src/devices/bluetooth/nm-bluez-manager.h
+++ b/src/devices/bluetooth/nm-bluez-manager.h
@@ -19,8 +19,8 @@
* Copyright (C) 2007 - 2014 Red Hat, Inc.
*/
-#ifndef NM_BLUEZ_MANAGER_H
-#define NM_BLUEZ_MANAGER_H
+#ifndef __NETWORKMANAGER_BLUEZ_MANAGER_H__
+#define __NETWORKMANAGER_BLUEZ_MANAGER_H__
#include <glib.h>
#include <glib-object.h>
@@ -40,5 +40,5 @@ typedef struct {
GObjectClass parent;
} NMBluezManagerClass;
-#endif /* NM_BLUEZ_MANAGER_H */
+#endif /* __NETWORKMANAGER_BLUEZ_MANAGER_H__ */