From 3ddce74803c15db7a970c737e8d4c33fccccb558 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 5 Jul 2014 16:23:30 -0400 Subject: 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" --- libnm/nm-device-bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnm/nm-device-bt.h') 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 -- cgit v1.2.1