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/main-utils.c | |
parent | 9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (diff) | |
download | NetworkManager-19c3ea948a7c74774621baf62d68cb4826e1b97c.tar.gz |
all: make use of new header file "nm-default.h"
Diffstat (limited to 'src/main-utils.c')
-rw-r--r-- | src/main-utils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main-utils.c b/src/main-utils.c index 94437b8b63..1c24f405ab 100644 --- a/src/main-utils.c +++ b/src/main-utils.c @@ -33,11 +33,9 @@ #include <glib-unix.h> #include <gmodule.h> -#include "nm-glib.h" -#include "gsystem-local-alloc.h" +#include "nm-default.h" #include "main-utils.h" #include "NetworkManagerUtils.h" -#include "nm-logging.h" static gboolean sighup_handler (gpointer user_data) |