diff options
author | Thomas Haller <thaller@redhat.com> | 2015-09-25 15:22:34 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-09-25 15:42:15 +0200 |
commit | c0852964a890cf43cc2dcaeff41ac6edc5028f24 (patch) | |
tree | af0553c03255e72746da1bea290337ce3c6b8566 /libnm-core/nm-utils.h | |
parent | 66b7e457088decf60b8d598737e7e39a50870419 (diff) | |
download | NetworkManager-c0852964a890cf43cc2dcaeff41ac6edc5028f24.tar.gz |
libnm: don't include "nm-version.h" in "nm-dbus-interface.h"
We want "nm-dbus-interface.h" to have no dependancy on libnm and glib.
That way, it is usable for example in the QT examples without dragging
in dependencies to glib.
Also drop all the unneccessary include to "nm-dbus-interface.h", which
we already get by directly or indirectly including "nm-core-types.h".
Diffstat (limited to 'libnm-core/nm-utils.h')
-rw-r--r-- | libnm-core/nm-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm-core/nm-utils.h b/libnm-core/nm-utils.h index 5f9ec10398..4be58e09a1 100644 --- a/libnm-core/nm-utils.h +++ b/libnm-core/nm-utils.h @@ -33,7 +33,6 @@ #include <linux/if_ether.h> #include <linux/if_infiniband.h> -#include "nm-dbus-interface.h" #include "nm-core-enum-types.h" #include "nm-setting-wireless-security.h" |