diff options
author | Dan Winship <danw@redhat.com> | 2015-08-04 13:02:19 -0400 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-08-05 15:35:51 +0200 |
commit | 22e1a97e122b9c563a4da76bfdb2bd3e77dddccf (patch) | |
tree | c5ea5b9dae4e7093545eb6e3e0ffa042578a6817 /clients/tui/newt | |
parent | 7363dc94c6591e8d08910bfbc54a654fa81da37a (diff) | |
download | NetworkManager-22e1a97e122b9c563a4da76bfdb2bd3e77dddccf.tar.gz |
all: drop includes to <glib/gi18n.h> for "nm-default.h"
The localization headers are now included via "nm-default.h".
Also fixes several places, where we wrongly included <glib/gi18n-lib.h>
instead of <glib/gi18n.h>. For example under "clients/" directory.
Diffstat (limited to 'clients/tui/newt')
-rw-r--r-- | clients/tui/newt/nmt-newt-form.c | 2 | ||||
-rw-r--r-- | clients/tui/newt/nmt-newt-popup.c | 2 | ||||
-rw-r--r-- | clients/tui/newt/nmt-newt-utils.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/clients/tui/newt/nmt-newt-form.c b/clients/tui/newt/nmt-newt-form.c index 19bd39989e..ce401e2550 100644 --- a/clients/tui/newt/nmt-newt-form.c +++ b/clients/tui/newt/nmt-newt-form.c @@ -30,8 +30,6 @@ #include <string.h> #include <unistd.h> -#include <glib/gi18n-lib.h> - #include "nmt-newt-form.h" #include "nmt-newt-button.h" #include "nmt-newt-grid.h" diff --git a/clients/tui/newt/nmt-newt-popup.c b/clients/tui/newt/nmt-newt-popup.c index b604eaaa39..f7813063ed 100644 --- a/clients/tui/newt/nmt-newt-popup.c +++ b/clients/tui/newt/nmt-newt-popup.c @@ -28,8 +28,6 @@ #include "config.h" -#include <glib/gi18n-lib.h> - #include "nmt-newt-popup.h" #include "nmt-newt-form.h" #include "nmt-newt-hacks.h" diff --git a/clients/tui/newt/nmt-newt-utils.c b/clients/tui/newt/nmt-newt-utils.c index b796219454..841144d8e6 100644 --- a/clients/tui/newt/nmt-newt-utils.c +++ b/clients/tui/newt/nmt-newt-utils.c @@ -28,8 +28,6 @@ #include <unistd.h> #include <sys/wait.h> -#include <glib/gi18n-lib.h> - #include "nm-default.h" #include "nmt-newt-utils.h" |