summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-24 00:33:20 +0100
committerThomas Haller <thaller@redhat.com>2016-02-24 01:09:42 +0100
commit29723f480fb068e9eee2e3677d43d0a250beb1b1 (patch)
treebaa9c02fc9a8ac0482b7f71d02156cf6e8fdb2d6 /src
parent29a3832b6c5edbff64a652e3f2ca6e7d793772a7 (diff)
all: include <glib/gi18n.h> via "nm-default.h"
Diffstat (limited to 'src')
-rw-r--r--src/ap-menu-item.c1
-rw-r--r--src/applet-agent.c1
-rw-r--r--src/applet-device-broadband.c1
-rw-r--r--src/applet-device-bt.c1
-rw-r--r--src/applet-device-ethernet.c1
-rw-r--r--src/applet-device-wifi.c1
-rw-r--r--src/applet-dialogs.c1
-rw-r--r--src/applet.c1
-rw-r--r--src/connection-editor/ce-page.c2
-rw-r--r--src/connection-editor/ce-polkit-button.c1
-rw-r--r--src/connection-editor/connection-helpers.c2
-rw-r--r--src/connection-editor/ip4-routes-dialog.c1
-rw-r--r--src/connection-editor/ip6-routes-dialog.c1
-rw-r--r--src/connection-editor/nm-connection-editor.c1
-rw-r--r--src/connection-editor/nm-connection-list.c1
-rw-r--r--src/connection-editor/page-8021x-security.c1
-rw-r--r--src/connection-editor/page-bluetooth.c1
-rw-r--r--src/connection-editor/page-bond.c1
-rw-r--r--src/connection-editor/page-bridge-port.c1
-rw-r--r--src/connection-editor/page-bridge.c1
-rw-r--r--src/connection-editor/page-dcb.c1
-rw-r--r--src/connection-editor/page-dsl.c1
-rw-r--r--src/connection-editor/page-ethernet.c1
-rw-r--r--src/connection-editor/page-general.c1
-rw-r--r--src/connection-editor/page-infiniband.c1
-rw-r--r--src/connection-editor/page-ip4.c1
-rw-r--r--src/connection-editor/page-ip6.c1
-rw-r--r--src/connection-editor/page-master.c1
-rw-r--r--src/connection-editor/page-mobile.c1
-rw-r--r--src/connection-editor/page-ppp.c1
-rw-r--r--src/connection-editor/page-team-port.c1
-rw-r--r--src/connection-editor/page-team.c1
-rw-r--r--src/connection-editor/page-vlan.c1
-rw-r--r--src/connection-editor/page-vpn.c1
-rw-r--r--src/connection-editor/page-wifi-security.c1
-rw-r--r--src/connection-editor/page-wifi.c1
-rw-r--r--src/connection-editor/ppp-auth-methods-dialog.c1
-rw-r--r--src/connection-editor/vpn-helpers.c1
-rw-r--r--src/ethernet-dialog.c1
-rw-r--r--src/main.c1
-rw-r--r--src/mb-menu-item.c1
-rw-r--r--src/mobile-helpers.c1
-rw-r--r--src/utils/utils.c1
-rw-r--r--src/wireless-security/eap-method-fast.c1
-rw-r--r--src/wireless-security/eap-method-leap.c1
-rw-r--r--src/wireless-security/eap-method-peap.c1
-rw-r--r--src/wireless-security/eap-method-simple.c1
-rw-r--r--src/wireless-security/eap-method-tls.c1
-rw-r--r--src/wireless-security/eap-method-ttls.c1
-rw-r--r--src/wireless-security/eap-method.c1
-rw-r--r--src/wireless-security/wireless-security.c1
-rw-r--r--src/wireless-security/ws-dynamic-wep.c1
-rw-r--r--src/wireless-security/ws-leap.c1
-rw-r--r--src/wireless-security/ws-wep-key.c1
-rw-r--r--src/wireless-security/ws-wpa-eap.c1
-rw-r--r--src/wireless-security/ws-wpa-psk.c1
56 files changed, 0 insertions, 58 deletions
diff --git a/src/ap-menu-item.c b/src/ap-menu-item.c
index 95508270..ee997f72 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 dd4b6865..1dcb0857 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 479184ab..3bfb8395 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 3cfdb4e5..10f288e1 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 91f7e68c..235f7a1e 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 89e5544e..4aa9203e 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 55e4c219..38b59887 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 643651f4..51b943e5 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 e6b3c15e..7e341438 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 7686a11e..c77d495e 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 4d4fce71..4abaf37d 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 5646be83..e4d9b2ea 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 64f28c7a..9f90e4b2 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 d0faf50e..31177987 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 eea24e67..6b528fb6 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 86e653bf..9e0233a5 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 76b9ecde..6006c9d5 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 16b18269..90a327db 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 d79e0713..a154528e 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 07d2844b..e6fcc12d 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 b5a49cbe..bd83ff77 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 53282da8..69979587 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 18787f8e..c9bc03bc 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 c31bdedd..772554fe 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 c0f0d7df..a478c310 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 9c28cfed..c85d28ba 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 28dac083..d9ed371a 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 42362eeb..43b7dafd 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 1bc7f7a9..9aac0dd3 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 f306e3d0..49990c1d 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 4d3bf7b6..85700083 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 44bc61b0..f32600dd 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 97d162ea..b8be85f1 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 aad5cc22..30f53c40 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 edf959d8..d84305b2 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 89312763..b8abab76 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 c5f6a201..36134428 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 f31d2ba6..754e931f 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 69eb4e7f..6cbe4551 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 d07fc7b6..3084b259 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 f89c2a37..e1bcde5d 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 c88a9143..7a6b61d4 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 4f30e710..b13e2437 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 aa65a50d..c895cbc6 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 2401be3c..e52c7a2d 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 e1c860ec..867fcba3 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 e6310f2a..692695bc 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 de5d46aa..114e5be9 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 7a29c00b..31b631df 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 e6edd47b..f6b8f7f1 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 d0705161..ff64c108 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 3274706c..db55119c 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 ae2b7826..0bf1707f 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 53a9aafc..4fe5728e 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 81c94cb0..d83218df 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 d702113b..aec5563e 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"