summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-device-bt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bluetooth/nm-device-bt.h')
-rw-r--r--src/devices/bluetooth/nm-device-bt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bluetooth/nm-device-bt.h b/src/devices/bluetooth/nm-device-bt.h
index 83732bc09e..6e6ae546ca 100644
--- a/src/devices/bluetooth/nm-device-bt.h
+++ b/src/devices/bluetooth/nm-device-bt.h
@@ -18,8 +18,8 @@
* Copyright (C) 2009 Red Hat, Inc.
*/
-#ifndef NM_DEVICE_BT_H
-#define NM_DEVICE_BT_H
+#ifndef __NETWORKMANAGER_DEVICE_BT_H__
+#define __NETWORKMANAGER_DEVICE_BT_H__
#include <nm-device.h>
#include "nm-bluez-device.h"
@@ -71,4 +71,4 @@ gboolean nm_device_bt_modem_added (NMDeviceBt *device,
G_END_DECLS
-#endif /* NM_DEVICE_BT_H */
+#endif /* __NETWORKMANAGER_DEVICE_BT_H__ */