[network-manager-applet: 4/8] all: include <glib/gi18n.h> via "nm-default.h"



commit 29723f480fb068e9eee2e3677d43d0a250beb1b1
Author: Thomas Haller <thaller redhat com>
Date:   Wed Feb 24 00:33:20 2016 +0100

    all: include <glib/gi18n.h> via "nm-default.h"

 src/ap-menu-item.c                              |    1 -
 src/applet-agent.c                              |    1 -
 src/applet-device-broadband.c                   |    1 -
 src/applet-device-bt.c                          |    1 -
 src/applet-device-ethernet.c                    |    1 -
 src/applet-device-wifi.c                        |    1 -
 src/applet-dialogs.c                            |    1 -
 src/applet.c                                    |    1 -
 src/connection-editor/ce-page.c                 |    2 --
 src/connection-editor/ce-polkit-button.c        |    1 -
 src/connection-editor/connection-helpers.c      |    2 --
 src/connection-editor/ip4-routes-dialog.c       |    1 -
 src/connection-editor/ip6-routes-dialog.c       |    1 -
 src/connection-editor/nm-connection-editor.c    |    1 -
 src/connection-editor/nm-connection-list.c      |    1 -
 src/connection-editor/page-8021x-security.c     |    1 -
 src/connection-editor/page-bluetooth.c          |    1 -
 src/connection-editor/page-bond.c               |    1 -
 src/connection-editor/page-bridge-port.c        |    1 -
 src/connection-editor/page-bridge.c             |    1 -
 src/connection-editor/page-dcb.c                |    1 -
 src/connection-editor/page-dsl.c                |    1 -
 src/connection-editor/page-ethernet.c           |    1 -
 src/connection-editor/page-general.c            |    1 -
 src/connection-editor/page-infiniband.c         |    1 -
 src/connection-editor/page-ip4.c                |    1 -
 src/connection-editor/page-ip6.c                |    1 -
 src/connection-editor/page-master.c             |    1 -
 src/connection-editor/page-mobile.c             |    1 -
 src/connection-editor/page-ppp.c                |    1 -
 src/connection-editor/page-team-port.c          |    1 -
 src/connection-editor/page-team.c               |    1 -
 src/connection-editor/page-vlan.c               |    1 -
 src/connection-editor/page-vpn.c                |    1 -
 src/connection-editor/page-wifi-security.c      |    1 -
 src/connection-editor/page-wifi.c               |    1 -
 src/connection-editor/ppp-auth-methods-dialog.c |    1 -
 src/connection-editor/vpn-helpers.c             |    1 -
 src/ethernet-dialog.c                           |    1 -
 src/main.c                                      |    1 -
 src/mb-menu-item.c                              |    1 -
 src/mobile-helpers.c                            |    1 -
 src/utils/utils.c                               |    1 -
 src/wireless-security/eap-method-fast.c         |    1 -
 src/wireless-security/eap-method-leap.c         |    1 -
 src/wireless-security/eap-method-peap.c         |    1 -
 src/wireless-security/eap-method-simple.c       |    1 -
 src/wireless-security/eap-method-tls.c          |    1 -
 src/wireless-security/eap-method-ttls.c         |    1 -
 src/wireless-security/eap-method.c              |    1 -
 src/wireless-security/wireless-security.c       |    1 -
 src/wireless-security/ws-dynamic-wep.c          |    1 -
 src/wireless-security/ws-leap.c                 |    1 -
 src/wireless-security/ws-wep-key.c              |    1 -
 src/wireless-security/ws-wpa-eap.c              |    1 -
 src/wireless-security/ws-wpa-psk.c              |    1 -
 56 files changed, 0 insertions(+), 58 deletions(-)
---
diff --git a/src/ap-menu-item.c b/src/ap-menu-item.c
index 9550827..ee997f7 100644
--- a/src/ap-menu-item.c
+++ b/src/ap-menu-item.c
@@ -24,7 +24,6 @@
 #include "nm-default.h"
 
 #include <stdio.h>
-#include <glib/gi18n.h>
 #include <string.h>
 
 #include <NetworkManager.h>
diff --git a/src/applet-agent.c b/src/applet-agent.c
index dd4b686..1dcb085 100644
--- a/src/applet-agent.c
+++ b/src/applet-agent.c
@@ -21,7 +21,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <string.h>
 
 #define SECRET_API_SUBJECT_TO_CHANGE
diff --git a/src/applet-device-broadband.c b/src/applet-device-broadband.c
index 479184a..3bfb839 100644
--- a/src/applet-device-broadband.c
+++ b/src/applet-device-broadband.c
@@ -22,7 +22,6 @@
 
 #include <ctype.h>
 
-#include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
 #include <NetworkManager.h>
diff --git a/src/applet-device-bt.c b/src/applet-device-bt.c
index 3cfdb4e..10f288e 100644
--- a/src/applet-device-bt.c
+++ b/src/applet-device-bt.c
@@ -23,7 +23,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
 #include "applet.h"
diff --git a/src/applet-device-ethernet.c b/src/applet-device-ethernet.c
index 91f7e68..235f7a1 100644
--- a/src/applet-device-ethernet.c
+++ b/src/applet-device-ethernet.c
@@ -23,7 +23,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
 #include "applet.h"
diff --git a/src/applet-device-wifi.c b/src/applet-device-wifi.c
index 89e5544..4aa9203 100644
--- a/src/applet-device-wifi.c
+++ b/src/applet-device-wifi.c
@@ -27,7 +27,6 @@
 #include <netinet/ether.h>
 #include <ctype.h>
 
-#include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
 #include "applet.h"
diff --git a/src/applet-dialogs.c b/src/applet-dialogs.c
index 55e4c21..38b5988 100644
--- a/src/applet-dialogs.c
+++ b/src/applet-dialogs.c
@@ -29,7 +29,6 @@
 #include <NetworkManager.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "applet-dialogs.h"
 #include "utils.h"
diff --git a/src/applet.c b/src/applet.c
index 643651f..51b943e 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -33,7 +33,6 @@
 #include <string.h>
 #include <strings.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 #include <unistd.h>
 #include <sys/socket.h>
 #include <stdlib.h>
diff --git a/src/connection-editor/ce-page.c b/src/connection-editor/ce-page.c
index e6b3c15..7e34143 100644
--- a/src/connection-editor/ce-page.c
+++ b/src/connection-editor/ce-page.c
@@ -27,8 +27,6 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include <glib/gi18n.h>
-
 #include "ce-page.h"
 
 G_DEFINE_ABSTRACT_TYPE (CEPage, ce_page, G_TYPE_OBJECT)
diff --git a/src/connection-editor/ce-polkit-button.c b/src/connection-editor/ce-polkit-button.c
index 7686a11..c77d495 100644
--- a/src/connection-editor/ce-polkit-button.c
+++ b/src/connection-editor/ce-polkit-button.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "ce-polkit-button.h"
 
diff --git a/src/connection-editor/connection-helpers.c b/src/connection-editor/connection-helpers.c
index 4d4fce7..4abaf37 100644
--- a/src/connection-editor/connection-helpers.c
+++ b/src/connection-editor/connection-helpers.c
@@ -20,8 +20,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
-
 #include "connection-helpers.h"
 #include "nm-connection-list.h"
 #include "nm-connection-editor.h"
diff --git a/src/connection-editor/ip4-routes-dialog.c b/src/connection-editor/ip4-routes-dialog.c
index 5646be8..e4d9b2e 100644
--- a/src/connection-editor/ip4-routes-dialog.c
+++ b/src/connection-editor/ip4-routes-dialog.c
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <glib/gi18n.h>
 #include <gdk/gdkkeysyms.h>
 
 #include "ip4-routes-dialog.h"
diff --git a/src/connection-editor/ip6-routes-dialog.c b/src/connection-editor/ip6-routes-dialog.c
index 64f28c7..9f90e4b 100644
--- a/src/connection-editor/ip6-routes-dialog.c
+++ b/src/connection-editor/ip6-routes-dialog.c
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <glib/gi18n.h>
 #include <gdk/gdkkeysyms.h>
 
 #include <NetworkManager.h>
diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c
index d0faf50..3117798 100644
--- a/src/connection-editor/nm-connection-editor.c
+++ b/src/connection-editor/nm-connection-editor.c
@@ -31,7 +31,6 @@
 
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
-#include <glib/gi18n.h>
 
 #include "nm-connection-editor.h"
 
diff --git a/src/connection-editor/nm-connection-list.c b/src/connection-editor/nm-connection-list.c
index eea24e6..6b528fb 100644
--- a/src/connection-editor/nm-connection-list.c
+++ b/src/connection-editor/nm-connection-list.c
@@ -29,7 +29,6 @@
 
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
-#include <glib/gi18n.h>
 
 #include "ce-page.h"
 #include "nm-connection-editor.h"
diff --git a/src/connection-editor/page-8021x-security.c b/src/connection-editor/page-8021x-security.c
index 86e653b..9e0233a 100644
--- a/src/connection-editor/page-8021x-security.c
+++ b/src/connection-editor/page-8021x-security.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "wireless-security.h"
 #include "page-ethernet.h"
diff --git a/src/connection-editor/page-bluetooth.c b/src/connection-editor/page-bluetooth.c
index 76b9ecd..6006c9d 100644
--- a/src/connection-editor/page-bluetooth.c
+++ b/src/connection-editor/page-bluetooth.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include <NetworkManager.h>
 
diff --git a/src/connection-editor/page-bond.c b/src/connection-editor/page-bond.c
index 16b1826..90a327d 100644
--- a/src/connection-editor/page-bond.c
+++ b/src/connection-editor/page-bond.c
@@ -22,7 +22,6 @@
 
 #include <stdlib.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-bond.h"
 #include "page-infiniband.h"
diff --git a/src/connection-editor/page-bridge-port.c b/src/connection-editor/page-bridge-port.c
index d79e071..a154528 100644
--- a/src/connection-editor/page-bridge-port.c
+++ b/src/connection-editor/page-bridge-port.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-bridge-port.h"
 
diff --git a/src/connection-editor/page-bridge.c b/src/connection-editor/page-bridge.c
index 07d2844..e6fcc12 100644
--- a/src/connection-editor/page-bridge.c
+++ b/src/connection-editor/page-bridge.c
@@ -22,7 +22,6 @@
 
 #include <stdlib.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-bridge.h"
 #include "nm-connection-editor.h"
diff --git a/src/connection-editor/page-dcb.c b/src/connection-editor/page-dcb.c
index b5a49cb..bd83ff7 100644
--- a/src/connection-editor/page-dcb.c
+++ b/src/connection-editor/page-dcb.c
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-dcb.h"
 
diff --git a/src/connection-editor/page-dsl.c b/src/connection-editor/page-dsl.c
index 53282da..6997958 100644
--- a/src/connection-editor/page-dsl.c
+++ b/src/connection-editor/page-dsl.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-dsl.h"
 #include "nm-connection-editor.h"
diff --git a/src/connection-editor/page-ethernet.c b/src/connection-editor/page-ethernet.c
index 18787f8..c9bc03b 100644
--- a/src/connection-editor/page-ethernet.c
+++ b/src/connection-editor/page-ethernet.c
@@ -26,7 +26,6 @@
 #include <net/ethernet.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-ethernet.h"
 
diff --git a/src/connection-editor/page-general.c b/src/connection-editor/page-general.c
index c31bded..772554f 100644
--- a/src/connection-editor/page-general.c
+++ b/src/connection-editor/page-general.c
@@ -21,7 +21,6 @@
 #include "nm-default.h"
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-general.h"
 
diff --git a/src/connection-editor/page-infiniband.c b/src/connection-editor/page-infiniband.c
index c0f0d7d..a478c31 100644
--- a/src/connection-editor/page-infiniband.c
+++ b/src/connection-editor/page-infiniband.c
@@ -21,7 +21,6 @@
 #include "nm-default.h"
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include <net/if_arp.h>
 #include <linux/if_infiniband.h>
diff --git a/src/connection-editor/page-ip4.c b/src/connection-editor/page-ip4.c
index 9c28cfe..c85d28b 100644
--- a/src/connection-editor/page-ip4.c
+++ b/src/connection-editor/page-ip4.c
@@ -28,7 +28,6 @@
 
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
-#include <glib/gi18n.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
diff --git a/src/connection-editor/page-ip6.c b/src/connection-editor/page-ip6.c
index 28dac08..d9ed371 100644
--- a/src/connection-editor/page-ip6.c
+++ b/src/connection-editor/page-ip6.c
@@ -28,7 +28,6 @@
 
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
-#include <glib/gi18n.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
diff --git a/src/connection-editor/page-master.c b/src/connection-editor/page-master.c
index 42362ee..43b7daf 100644
--- a/src/connection-editor/page-master.c
+++ b/src/connection-editor/page-master.c
@@ -22,7 +22,6 @@
 
 #include <stdlib.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include <NetworkManager.h>
 
diff --git a/src/connection-editor/page-mobile.c b/src/connection-editor/page-mobile.c
index 1bc7f7a..9aac0dd 100644
--- a/src/connection-editor/page-mobile.c
+++ b/src/connection-editor/page-mobile.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-mobile.h"
 #include "nm-connection-editor.h"
diff --git a/src/connection-editor/page-ppp.c b/src/connection-editor/page-ppp.c
index f306e3d..49990c1 100644
--- a/src/connection-editor/page-ppp.c
+++ b/src/connection-editor/page-ppp.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-ppp.h"
 #include "ppp-auth-methods-dialog.h"
diff --git a/src/connection-editor/page-team-port.c b/src/connection-editor/page-team-port.c
index 4d3bf7b..8570008 100644
--- a/src/connection-editor/page-team-port.c
+++ b/src/connection-editor/page-team-port.c
@@ -23,7 +23,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-team-port.h"
 
diff --git a/src/connection-editor/page-team.c b/src/connection-editor/page-team.c
index 44bc61b..f32600d 100644
--- a/src/connection-editor/page-team.c
+++ b/src/connection-editor/page-team.c
@@ -24,7 +24,6 @@
 
 #include <stdlib.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-team.h"
 #include "page-infiniband.h"
diff --git a/src/connection-editor/page-vlan.c b/src/connection-editor/page-vlan.c
index 97d162e..b8be85f 100644
--- a/src/connection-editor/page-vlan.c
+++ b/src/connection-editor/page-vlan.c
@@ -25,7 +25,6 @@
 #include <net/ethernet.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-vlan.h"
 #include "connection-helpers.h"
diff --git a/src/connection-editor/page-vpn.c b/src/connection-editor/page-vpn.c
index aad5cc2..30f53c4 100644
--- a/src/connection-editor/page-vpn.c
+++ b/src/connection-editor/page-vpn.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "page-vpn.h"
 #include "connection-helpers.h"
diff --git a/src/connection-editor/page-wifi-security.c b/src/connection-editor/page-wifi-security.c
index edf959d..d84305b 100644
--- a/src/connection-editor/page-wifi-security.c
+++ b/src/connection-editor/page-wifi-security.c
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "wireless-security.h"
 #include "page-wifi.h"
diff --git a/src/connection-editor/page-wifi.c b/src/connection-editor/page-wifi.c
index 8931276..b8abab7 100644
--- a/src/connection-editor/page-wifi.c
+++ b/src/connection-editor/page-wifi.c
@@ -26,7 +26,6 @@
 #include <math.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "nm-connection-editor.h"
 #include "page-wifi.h"
diff --git a/src/connection-editor/ppp-auth-methods-dialog.c b/src/connection-editor/ppp-auth-methods-dialog.c
index c5f6a20..3613442 100644
--- a/src/connection-editor/ppp-auth-methods-dialog.c
+++ b/src/connection-editor/ppp-auth-methods-dialog.c
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <glib/gi18n.h>
 
 #include <NetworkManager.h>
 
diff --git a/src/connection-editor/vpn-helpers.c b/src/connection-editor/vpn-helpers.c
index f31d2ba..754e931 100644
--- a/src/connection-editor/vpn-helpers.c
+++ b/src/connection-editor/vpn-helpers.c
@@ -26,7 +26,6 @@
 #include <glib.h>
 #include <gmodule.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "vpn-helpers.h"
 #include "utils.h"
diff --git a/src/ethernet-dialog.c b/src/ethernet-dialog.c
index 69eb4e7..6cbe455 100644
--- a/src/ethernet-dialog.c
+++ b/src/ethernet-dialog.c
@@ -23,7 +23,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 
 #include "ethernet-dialog.h"
 #include "wireless-security.h"
diff --git a/src/main.c b/src/main.c
index d07fc7b..3084b25 100644
--- a/src/main.c
+++ b/src/main.c
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "applet.h"
 
diff --git a/src/mb-menu-item.c b/src/mb-menu-item.c
index f89c2a3..e1bcde5 100644
--- a/src/mb-menu-item.c
+++ b/src/mb-menu-item.c
@@ -24,7 +24,6 @@
 #include "nm-default.h"
 
 #include <stdio.h>
-#include <glib/gi18n.h>
 #include <string.h>
 
 #include "mb-menu-item.h"
diff --git a/src/mobile-helpers.c b/src/mobile-helpers.c
index c88a914..7a6b61d 100644
--- a/src/mobile-helpers.c
+++ b/src/mobile-helpers.c
@@ -23,7 +23,6 @@
 #include "nm-default.h"
 
 #include <ctype.h>
-#include <glib/gi18n.h>
 
 #define SECRET_API_SUBJECT_TO_CHANGE
 #include <libsecret/secret.h>
diff --git a/src/utils/utils.c b/src/utils/utils.c
index 4f30e71..b13e243 100644
--- a/src/utils/utils.c
+++ b/src/utils/utils.c
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <netinet/ether.h>
 #include <glib.h>
-#include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
 #include "utils.h"
diff --git a/src/wireless-security/eap-method-fast.c b/src/wireless-security/eap-method-fast.c
index aa65a50..c895cbc 100644
--- a/src/wireless-security/eap-method-fast.c
+++ b/src/wireless-security/eap-method-fast.c
@@ -22,7 +22,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 
diff --git a/src/wireless-security/eap-method-leap.c b/src/wireless-security/eap-method-leap.c
index 2401be3..e52c7a2 100644
--- a/src/wireless-security/eap-method-leap.c
+++ b/src/wireless-security/eap-method-leap.c
@@ -24,7 +24,6 @@
 
 #include <ctype.h>
 #include <string.h>
-#include <glib/gi18n.h>
 
 #include "eap-method.h"
 #include "wireless-security.h"
diff --git a/src/wireless-security/eap-method-peap.c b/src/wireless-security/eap-method-peap.c
index e1c860e..867fcba 100644
--- a/src/wireless-security/eap-method-peap.c
+++ b/src/wireless-security/eap-method-peap.c
@@ -22,7 +22,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 
diff --git a/src/wireless-security/eap-method-simple.c b/src/wireless-security/eap-method-simple.c
index e6310f2..692695b 100644
--- a/src/wireless-security/eap-method-simple.c
+++ b/src/wireless-security/eap-method-simple.c
@@ -24,7 +24,6 @@
 
 #include <ctype.h>
 #include <string.h>
-#include <glib/gi18n.h>
 
 #include "eap-method.h"
 #include "wireless-security.h"
diff --git a/src/wireless-security/eap-method-tls.c b/src/wireless-security/eap-method-tls.c
index de5d46a..114e5be 100644
--- a/src/wireless-security/eap-method-tls.c
+++ b/src/wireless-security/eap-method-tls.c
@@ -22,7 +22,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 
diff --git a/src/wireless-security/eap-method-ttls.c b/src/wireless-security/eap-method-ttls.c
index 7a29c00..31b631d 100644
--- a/src/wireless-security/eap-method-ttls.c
+++ b/src/wireless-security/eap-method-ttls.c
@@ -22,7 +22,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 
diff --git a/src/wireless-security/eap-method.c b/src/wireless-security/eap-method.c
index e6edd47..f6b8f7f 100644
--- a/src/wireless-security/eap-method.c
+++ b/src/wireless-security/eap-method.c
@@ -24,7 +24,6 @@
 #include "nm-default.h"
 
 #include <glib.h>
-#include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <string.h>
 #include <sys/types.h>
diff --git a/src/wireless-security/wireless-security.c b/src/wireless-security/wireless-security.c
index d070516..ff64c10 100644
--- a/src/wireless-security/wireless-security.c
+++ b/src/wireless-security/wireless-security.c
@@ -26,7 +26,6 @@
 
 #include <glib.h>
 #include <gtk/gtk.h>
-#include <glib/gi18n.h>
 
 #include "wireless-security.h"
 #include "eap-method.h"
diff --git a/src/wireless-security/ws-dynamic-wep.c b/src/wireless-security/ws-dynamic-wep.c
index 3274706..db55119 100644
--- a/src/wireless-security/ws-dynamic-wep.c
+++ b/src/wireless-security/ws-dynamic-wep.c
@@ -22,7 +22,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 
diff --git a/src/wireless-security/ws-leap.c b/src/wireless-security/ws-leap.c
index ae2b782..0bf1707 100644
--- a/src/wireless-security/ws-leap.c
+++ b/src/wireless-security/ws-leap.c
@@ -23,7 +23,6 @@
 #include "nm-default.h"
 
 #include <string.h>
-#include <glib/gi18n.h>
 
 #include "wireless-security.h"
 #include "helpers.h"
diff --git a/src/wireless-security/ws-wep-key.c b/src/wireless-security/ws-wep-key.c
index 53a9aaf..4fe5728 100644
--- a/src/wireless-security/ws-wep-key.c
+++ b/src/wireless-security/ws-wep-key.c
@@ -24,7 +24,6 @@
 
 #include <string.h>
 #include <glib.h>
-#include <glib/gi18n.h>
 
 #include "wireless-security.h"
 #include "utils.h"
diff --git a/src/wireless-security/ws-wpa-eap.c b/src/wireless-security/ws-wpa-eap.c
index 81c94cb..d83218d 100644
--- a/src/wireless-security/ws-wpa-eap.c
+++ b/src/wireless-security/ws-wpa-eap.c
@@ -22,7 +22,6 @@
 
 #include "nm-default.h"
 
-#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 
diff --git a/src/wireless-security/ws-wpa-psk.c b/src/wireless-security/ws-wpa-psk.c
index d702113..aec5563 100644
--- a/src/wireless-security/ws-wpa-psk.c
+++ b/src/wireless-security/ws-wpa-psk.c
@@ -24,7 +24,6 @@
 
 #include <ctype.h>
 #include <string.h>
-#include <glib/gi18n.h>
 
 #include "wireless-security.h"
 #include "helpers.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]