diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
| commit | 494f296a3baab08522617b24b1f126d8f9a17502 (patch) | |
| tree | c8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /clients/tui/nmt-editor.c | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'clients/tui/nmt-editor.c')
| -rw-r--r-- | clients/tui/nmt-editor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/tui/nmt-editor.c b/clients/tui/nmt-editor.c index abc92866..aaa73cbe 100644 --- a/clients/tui/nmt-editor.c +++ b/clients/tui/nmt-editor.c @@ -27,10 +27,9 @@ #include "nmt-editor.h" -#include <glib.h> -#include <glib/gi18n-lib.h> #include <nm-utils.h> +#include "nm-default.h" #include "nmtui.h" #include "nm-editor-utils.h" |