summaryrefslogtreecommitdiff
path: root/libnm/nm-dbus-helpers.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-08-19 09:52:41 -0400
committerDan Winship <danw@gnome.org>2014-09-18 11:51:08 -0400
commit4750559548fd1a0fb73cb826fa818dfe1e4f6940 (patch)
tree0f2178ad8430a4acf37d32317d5c264e6eadc288 /libnm/nm-dbus-helpers.c
parentacf4b5a572e934ffb142f34deecb6fd5fa9efef0 (diff)
downloadNetworkManager-4750559548fd1a0fb73cb826fa818dfe1e4f6940.tar.gz
libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.h
The .h file should have the same name as the .c file.
Diffstat (limited to 'libnm/nm-dbus-helpers.c')
-rw-r--r--libnm/nm-dbus-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-dbus-helpers.c b/libnm/nm-dbus-helpers.c
index 18e6339ed4..4329adfb96 100644
--- a/libnm/nm-dbus-helpers.c
+++ b/libnm/nm-dbus-helpers.c
@@ -23,7 +23,7 @@
#include <gio/gio.h>
#include <dbus/dbus.h>
#include <dbus/dbus-glib-lowlevel.h>
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
#include "nm-dbus-interface.h"
static dbus_int32_t priv_slot = -1;