diff options
Diffstat (limited to 'libnm-util/tests/test-general.c')
-rw-r--r-- | libnm-util/tests/test-general.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libnm-util/tests/test-general.c b/libnm-util/tests/test-general.c index 1c7f7f442..9299bd5b1 100644 --- a/libnm-util/tests/test-general.c +++ b/libnm-util/tests/test-general.c @@ -19,7 +19,7 @@ * */ -#include "config.h" +#include "nm-default.h" #include <dbus/dbus-glib.h> #include <string.h> @@ -28,8 +28,7 @@ #include <sys/wait.h> #include <sys/resource.h> -#include <nm-utils.h> -#include "nm-default.h" +#include "nm-utils.h" #include "nm-gvaluearray-compat.h" #include "nm-setting-private.h" |