diff options
Diffstat (limited to 'libnm/nm-remote-connection.c')
-rw-r--r-- | libnm/nm-remote-connection.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libnm/nm-remote-connection.c b/libnm/nm-remote-connection.c index e2073784c..d2b55bd84 100644 --- a/libnm/nm-remote-connection.c +++ b/libnm/nm-remote-connection.c @@ -19,14 +19,14 @@ * Copyright 2007 - 2011 Red Hat, Inc. */ -#include "config.h" +#include "nm-default.h" #include <string.h> -#include <nm-dbus-interface.h> -#include <nm-utils.h> -#include <nm-setting-connection.h> -#include "nm-default.h" +#include "nm-dbus-interface.h" +#include "nm-utils.h" +#include "nm-setting-connection.h" + #include "nm-remote-connection.h" #include "nm-remote-connection-private.h" #include "nm-object-private.h" |