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 /libnm/nm-device-vlan.c | |
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 'libnm/nm-device-vlan.c')
-rw-r--r-- | libnm/nm-device-vlan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/nm-device-vlan.c b/libnm/nm-device-vlan.c index 0b95450ad7..b285eea9c6 100644 --- a/libnm/nm-device-vlan.c +++ b/libnm/nm-device-vlan.c @@ -21,7 +21,6 @@ #include "config.h" #include <string.h> -#include <glib/gi18n-lib.h> #include <nm-setting-connection.h> #include <nm-setting-vlan.h> |