summaryrefslogtreecommitdiff
path: root/libnm/nm-object.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-09-10 13:51:53 -0400
committerDan Winship <danw@gnome.org>2014-09-16 10:30:45 -0400
commitd98508c8f9d377bc8bd40f2df63673eb7f0f62e1 (patch)
tree262d4043fe942be02736b1438585f009e841cfdc /libnm/nm-object.h
parent6d7d799e4352f5a7fec19c409a33e6f87ce60108 (diff)
downloadNetworkManager-danw/libnm-gdbus.tar.gz
libnm: port to GDBusdanw/libnm-gdbus
Port libnm-core/libnm to GDBus. The NetworkManager daemon continues to use dbus-glib; the previously-added connection hash/variant conversion methods are now moved to NetworkManagerUtils (along with a few other utilities that are now only needed by the daemon code).
Diffstat (limited to 'libnm/nm-object.h')
-rw-r--r--libnm/nm-object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm/nm-object.h b/libnm/nm-object.h
index c492e67125..1ad83a915c 100644
--- a/libnm/nm-object.h
+++ b/libnm/nm-object.h
@@ -26,9 +26,7 @@
#error "Only <NetworkManager.h> can be included directly."
#endif
-#include <glib.h>
-#include <glib-object.h>
-#include <dbus/dbus-glib.h>
+#include <gio/gio.h>
#include <nm-version.h>