diff options
Diffstat (limited to 'libnm/nm-manager.c')
| -rw-r--r-- | libnm/nm-manager.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libnm/nm-manager.c b/libnm/nm-manager.c index b4b7e0c7..17a51f24 100644 --- a/libnm/nm-manager.c +++ b/libnm/nm-manager.c @@ -19,13 +19,13 @@ * Copyright 2007 - 2014 Red Hat, Inc. */ -#include "config.h" +#include "nm-default.h" + +#include "nm-manager.h" #include <string.h> -#include <nm-utils.h> -#include "nm-default.h" -#include "nm-manager.h" +#include "nm-utils.h" #include "nm-device-ethernet.h" #include "nm-device-wifi.h" #include "nm-device-private.h" @@ -35,7 +35,6 @@ #include "nm-vpn-connection.h" #include "nm-object-cache.h" #include "nm-dbus-helpers.h" -#include "nm-macros-internal.h" #include "nmdbus-manager.h" |