diff options
author | Thomas Haller <thaller@redhat.com> | 2015-07-17 14:38:54 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-08-05 15:32:40 +0200 |
commit | 19c3ea948a7c74774621baf62d68cb4826e1b97c (patch) | |
tree | bb6300533ff66d0864b3e91935e3320786d2850e /src/nm-active-connection.c | |
parent | 9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (diff) |
all: make use of new header file "nm-default.h"
Diffstat (limited to 'src/nm-active-connection.c')
-rw-r--r-- | src/nm-active-connection.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nm-active-connection.c b/src/nm-active-connection.c index e52b46713..aeb5bd783 100644 --- a/src/nm-active-connection.c +++ b/src/nm-active-connection.c @@ -21,18 +21,15 @@ #include "config.h" -#include "nm-glib.h" -#include "nm-types.h" +#include "nm-default.h" #include "nm-active-connection.h" #include "nm-dbus-interface.h" -#include "nm-logging.h" #include "nm-dbus-glib-types.h" #include "nm-device.h" #include "nm-settings-connection.h" #include "nm-auth-utils.h" #include "nm-auth-subject.h" #include "NetworkManagerUtils.h" -#include "gsystem-local-alloc.h" #include "nm-active-connection-glue.h" /* Base class for anything implementing the Connection.Active D-Bus interface */ |