summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bt.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-05 16:23:30 -0400
committerDan Winship <danw@gnome.org>2014-08-01 14:34:40 -0400
commit3ddce74803c15db7a970c737e8d4c33fccccb558 (patch)
tree68523002de46e266d8e38a784b985dd4a5bb407d /libnm/nm-device-bt.h
parent258e74eb0c191cdd86719ad65864ab3c27ada80c (diff)
downloadNetworkManager-3ddce74803c15db7a970c737e8d4c33fccccb558.tar.gz
libnm: rename NetworkManager.h and NetworkManagerVPN.h
"NetworkManager.h"'s name (and non-standard capitalization) suggest that it's some sort of high-level super-important header, but it's really just low-level D-Bus stuff. Rename it to "nm-dbus-interface.h" and likewise "NetworkManagerVPN.h" to "nm-vpn-dbus-interface.h"
Diffstat (limited to 'libnm/nm-device-bt.h')
-rw-r--r--libnm/nm-device-bt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-bt.h b/libnm/nm-device-bt.h
index 631cec8d7b..f43d4e16ca 100644
--- a/libnm/nm-device-bt.h
+++ b/libnm/nm-device-bt.h
@@ -22,7 +22,7 @@
#ifndef NM_DEVICE_BT_H
#define NM_DEVICE_BT_H
-#include "NetworkManager.h"
+#include "nm-dbus-interface.h"
#include "nm-device.h"
G_BEGIN_DECLS