summary refs log tree commit diff
path: root/clients/cli/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/common.c')
-rw-r--r--clients/cli/common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/clients/cli/common.c b/clients/cli/common.c
index daacce7c..0aa5efc2 100644
--- a/clients/cli/common.c
+++ b/clients/cli/common.c
@@ -19,18 +19,16 @@
  * Copyright 2012 - 2014 Red Hat, Inc.
  */
 
-#include "config.h"
+#include "nm-default.h"
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <termios.h>
 #include <sys/ioctl.h>
-
 #include <readline/readline.h>
 #include <readline/history.h>
 
-#include "nm-default.h"
 #include "nm-vpn-helpers.h"
 #include "common.h"
 #include "utils.h"