diff options
Diffstat (limited to 'libnm/nm-dbus-helpers.c')
| -rw-r--r-- | libnm/nm-dbus-helpers.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libnm/nm-dbus-helpers.c b/libnm/nm-dbus-helpers.c index 3c039375..3076674a 100644 --- a/libnm/nm-dbus-helpers.c +++ b/libnm/nm-dbus-helpers.c @@ -18,14 +18,13 @@ * Copyright 2013 Red Hat, Inc. */ -#include "config.h" +#include "nm-default.h" + +#include "nm-dbus-helpers.h" #include <string.h> -#include "nm-default.h" -#include "nm-dbus-helpers.h" #include "nm-dbus-interface.h" -#include "nm-macros-internal.h" static GBusType nm_bus = G_BUS_TYPE_SYSTEM; |