summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/NetworkManagerUtils.c1
-rw-r--r--src/devices/adsl/nm-device-adsl.c1
-rw-r--r--src/devices/bluetooth/nm-bluez-device.c1
-rw-r--r--src/devices/bluetooth/nm-device-bt.c2
-rw-r--r--src/devices/nm-device-bond.c2
-rw-r--r--src/devices/nm-device-bridge.c2
-rw-r--r--src/devices/nm-device-ethernet-utils.c1
-rw-r--r--src/devices/nm-device-ethernet.c1
-rw-r--r--src/devices/nm-device-infiniband.c2
-rw-r--r--src/devices/nm-device-vlan.c2
-rw-r--r--src/devices/nm-device.c1
-rw-r--r--src/devices/team/nm-device-team.c1
-rw-r--r--src/devices/wifi/nm-device-olpc-mesh.c1
-rw-r--r--src/devices/wifi/nm-device-wifi.c1
-rw-r--r--src/devices/wifi/nm-wifi-ap-utils.c2
-rw-r--r--src/devices/wwan/nm-modem-broadband.c1
-rw-r--r--src/dhcp-manager/nm-dhcp-dhclient-utils.c1
-rw-r--r--src/dhcp-manager/nm-dhcp-dhclient.c1
-rw-r--r--src/dhcp-manager/nm-dhcp-dhcpcd.c1
-rw-r--r--src/dhcp-manager/nm-dhcp-listener.c1
-rw-r--r--src/dhcp-manager/nm-dhcp-manager.c1
-rw-r--r--src/dhcp-manager/nm-dhcp-systemd.c1
-rw-r--r--src/dns-manager/nm-dns-dnsmasq.c2
-rw-r--r--src/dns-manager/nm-dns-manager.c2
-rw-r--r--src/main-utils.c1
-rw-r--r--src/main.c1
-rw-r--r--src/nm-config.c2
-rw-r--r--src/nm-iface-helper.c1
-rw-r--r--src/nm-logging.c2
-rw-r--r--src/nm-manager.c1
-rw-r--r--src/nm-sleep-monitor-systemd.c1
-rw-r--r--src/settings/plugins/ibft/plugin.c1
-rw-r--r--src/settings/plugins/ibft/reader.c2
-rw-r--r--src/settings/plugins/ifcfg-rh/plugin.c1
-rw-r--r--src/settings/plugins/ifcfg-rh/reader.c1
-rw-r--r--src/settings/plugins/ifnet/connection_parser.c1
-rw-r--r--src/settings/plugins/ifupdown/plugin.c1
37 files changed, 0 insertions, 48 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c
index d8e5fed1bd..8f24ee0489 100644
--- a/src/NetworkManagerUtils.c
+++ b/src/NetworkManagerUtils.c
@@ -21,7 +21,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
diff --git a/src/devices/adsl/nm-device-adsl.c b/src/devices/adsl/nm-device-adsl.c
index 34390282d7..19b970d791 100644
--- a/src/devices/adsl/nm-device-adsl.c
+++ b/src/devices/adsl/nm-device-adsl.c
@@ -29,7 +29,6 @@
#include <sys/types.h>
#include <unistd.h>
-#include <glib/gi18n.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/devices/bluetooth/nm-bluez-device.c b/src/devices/bluetooth/nm-bluez-device.c
index ba021797ea..cc44b9ed02 100644
--- a/src/devices/bluetooth/nm-bluez-device.c
+++ b/src/devices/bluetooth/nm-bluez-device.c
@@ -21,7 +21,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <string.h>
#include "nm-default.h"
diff --git a/src/devices/bluetooth/nm-device-bt.c b/src/devices/bluetooth/nm-device-bt.c
index f0c94f8fd3..05b1d4e7fd 100644
--- a/src/devices/bluetooth/nm-device-bt.c
+++ b/src/devices/bluetooth/nm-device-bt.c
@@ -23,8 +23,6 @@
#include <stdio.h>
#include <string.h>
-#include <glib/gi18n.h>
-
#include "nm-default.h"
#include "nm-bluez-common.h"
#include "nm-bluez-device.h"
diff --git a/src/devices/nm-device-bond.c b/src/devices/nm-device-bond.c
index 822062ae12..3d2795fced 100644
--- a/src/devices/nm-device-bond.c
+++ b/src/devices/nm-device-bond.c
@@ -20,8 +20,6 @@
#include "config.h"
-#include <glib/gi18n.h>
-
#include <errno.h>
#include <stdlib.h>
diff --git a/src/devices/nm-device-bridge.c b/src/devices/nm-device-bridge.c
index a1fbc60970..d182d872fe 100644
--- a/src/devices/nm-device-bridge.c
+++ b/src/devices/nm-device-bridge.c
@@ -20,8 +20,6 @@
#include "config.h"
-#include <glib/gi18n.h>
-
#include <stdlib.h>
#include "nm-default.h"
diff --git a/src/devices/nm-device-ethernet-utils.c b/src/devices/nm-device-ethernet-utils.c
index 886edf4473..9165de31ff 100644
--- a/src/devices/nm-device-ethernet-utils.c
+++ b/src/devices/nm-device-ethernet-utils.c
@@ -19,7 +19,6 @@
#include "config.h"
#include <string.h>
-#include <glib/gi18n.h>
#include <nm-connection.h>
#include "nm-default.h"
diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c
index fc49fd1b69..5f43a10dcf 100644
--- a/src/devices/nm-device-ethernet.c
+++ b/src/devices/nm-device-ethernet.c
@@ -21,7 +21,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <netinet/in.h>
#include <string.h>
#include <stdlib.h>
diff --git a/src/devices/nm-device-infiniband.c b/src/devices/nm-device-infiniband.c
index a3fcd75418..f52613b069 100644
--- a/src/devices/nm-device-infiniband.c
+++ b/src/devices/nm-device-infiniband.c
@@ -20,8 +20,6 @@
#include "config.h"
-#include <glib/gi18n.h>
-
#include <linux/if_infiniband.h>
#include "nm-default.h"
diff --git a/src/devices/nm-device-vlan.c b/src/devices/nm-device-vlan.c
index defa3b81a3..584d844e15 100644
--- a/src/devices/nm-device-vlan.c
+++ b/src/devices/nm-device-vlan.c
@@ -20,8 +20,6 @@
#include "config.h"
-#include <glib/gi18n.h>
-
#include <sys/socket.h>
#include "nm-default.h"
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index c2c8690d53..78c9e14a43 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -21,7 +21,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <dbus/dbus.h>
#include <netinet/in.h>
#include <string.h>
diff --git a/src/devices/team/nm-device-team.c b/src/devices/team/nm-device-team.c
index 5b5b760e00..626f808d60 100644
--- a/src/devices/team/nm-device-team.c
+++ b/src/devices/team/nm-device-team.c
@@ -24,7 +24,6 @@
#include <unistd.h>
#include <signal.h>
#include <sys/wait.h>
-#include <glib/gi18n.h>
#include <teamdctl.h>
#include <stdlib.h>
diff --git a/src/devices/wifi/nm-device-olpc-mesh.c b/src/devices/wifi/nm-device-olpc-mesh.c
index 7e37a2cf81..2718e20612 100644
--- a/src/devices/wifi/nm-device-olpc-mesh.c
+++ b/src/devices/wifi/nm-device-olpc-mesh.c
@@ -26,7 +26,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <dbus/dbus.h>
#include <netinet/in.h>
#include <string.h>
diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm-device-wifi.c
index 42326d5192..74ba055038 100644
--- a/src/devices/wifi/nm-device-wifi.c
+++ b/src/devices/wifi/nm-device-wifi.c
@@ -21,7 +21,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <dbus/dbus.h>
#include <netinet/in.h>
#include <string.h>
diff --git a/src/devices/wifi/nm-wifi-ap-utils.c b/src/devices/wifi/nm-wifi-ap-utils.c
index d8b87d2369..2732eb9917 100644
--- a/src/devices/wifi/nm-wifi-ap-utils.c
+++ b/src/devices/wifi/nm-wifi-ap-utils.c
@@ -23,8 +23,6 @@
#include <string.h>
#include <stdlib.h>
-#include <glib/gi18n.h>
-
#include "nm-default.h"
#include "nm-wifi-ap-utils.h"
#include "nm-utils.h"
diff --git a/src/devices/wwan/nm-modem-broadband.c b/src/devices/wwan/nm-modem-broadband.c
index fc782481fd..e5c77f4dcf 100644
--- a/src/devices/wwan/nm-modem-broadband.c
+++ b/src/devices/wwan/nm-modem-broadband.c
@@ -20,7 +20,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <string.h>
#include <arpa/inet.h>
#include <libmm-glib.h>
diff --git a/src/dhcp-manager/nm-dhcp-dhclient-utils.c b/src/dhcp-manager/nm-dhcp-dhclient-utils.c
index 3456ce7df3..a86596c077 100644
--- a/src/dhcp-manager/nm-dhcp-dhclient-utils.c
+++ b/src/dhcp-manager/nm-dhcp-dhclient-utils.c
@@ -19,7 +19,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <string.h>
#include <ctype.h>
#include <arpa/inet.h>
diff --git a/src/dhcp-manager/nm-dhcp-dhclient.c b/src/dhcp-manager/nm-dhcp-dhclient.c
index 4fcba5ce6a..92180903ac 100644
--- a/src/dhcp-manager/nm-dhcp-dhclient.c
+++ b/src/dhcp-manager/nm-dhcp-dhclient.c
@@ -24,7 +24,6 @@
#include <time.h>
#undef _XOPEN_SOURCE
-#include <glib/gi18n.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/src/dhcp-manager/nm-dhcp-dhcpcd.c b/src/dhcp-manager/nm-dhcp-dhcpcd.c
index 955e616061..ff6c568429 100644
--- a/src/dhcp-manager/nm-dhcp-dhcpcd.c
+++ b/src/dhcp-manager/nm-dhcp-dhcpcd.c
@@ -23,7 +23,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/src/dhcp-manager/nm-dhcp-listener.c b/src/dhcp-manager/nm-dhcp-listener.c
index 1fb8e361c8..6fa53ff3e6 100644
--- a/src/dhcp-manager/nm-dhcp-listener.c
+++ b/src/dhcp-manager/nm-dhcp-listener.c
@@ -19,7 +19,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <dbus/dbus.h>
#include <sys/socket.h>
#include <sys/wait.h>
diff --git a/src/dhcp-manager/nm-dhcp-manager.c b/src/dhcp-manager/nm-dhcp-manager.c
index f7ccc01c4c..bea7032517 100644
--- a/src/dhcp-manager/nm-dhcp-manager.c
+++ b/src/dhcp-manager/nm-dhcp-manager.c
@@ -22,7 +22,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <signal.h>
diff --git a/src/dhcp-manager/nm-dhcp-systemd.c b/src/dhcp-manager/nm-dhcp-systemd.c
index 6fc8b6ef1c..dc4c9be321 100644
--- a/src/dhcp-manager/nm-dhcp-systemd.c
+++ b/src/dhcp-manager/nm-dhcp-systemd.c
@@ -18,7 +18,6 @@
#include "config.h"
-#include <glib/gi18n.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/src/dns-manager/nm-dns-dnsmasq.c b/src/dns-manager/nm-dns-dnsmasq.c
index 62c581e1a4..59a341aa9a 100644
--- a/src/dns-manager/nm-dns-dnsmasq.c
+++ b/src/dns-manager/nm-dns-dnsmasq.c
@@ -27,8 +27,6 @@
#include <arpa/inet.h>
#include <sys/stat.h>
-#include <glib/gi18n.h>
-
#include "nm-default.h"
#include "nm-dns-dnsmasq.h"
#include "nm-utils.h"
diff --git a/src/dns-manager/nm-dns-manager.c b/src/dns-manager/nm-dns-manager.c
index 13b41856f1..f1acff1f27 100644
--- a/src/dns-manager/nm-dns-manager.c
+++ b/src/dns-manager/nm-dns-manager.c
@@ -35,8 +35,6 @@
#include <linux/fs.h>
-#include <glib/gi18n.h>
-
#include "nm-default.h"
#include "nm-utils.h"
#include "nm-core-internal.h"
diff --git a/src/main-utils.c b/src/main-utils.c
index 1c24f405ab..76dbc1500d 100644
--- a/src/main-utils.c
+++ b/src/main-utils.c
@@ -29,7 +29,6 @@
#include <sys/stat.h>
#include <locale.h>
-#include <glib/gi18n.h>
#include <glib-unix.h>
#include <gmodule.h>
diff --git a/src/main.c b/src/main.c
index 14a9c46757..a8e8805040 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,7 +34,6 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <glib/gi18n.h>
#include <gmodule.h>
#include <string.h>
#include <sys/resource.h>
diff --git a/src/nm-config.c b/src/nm-config.c
index 24cca2b7fe..d805948946 100644
--- a/src/nm-config.c
+++ b/src/nm-config.c
@@ -24,8 +24,6 @@
#include <string.h>
#include <stdio.h>
-#include <glib/gi18n.h>
-
#include "nm-default.h"
#include "nm-config.h"
#include "nm-utils.h"
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index 07b3d34855..6b1710f670 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
-#include <glib/gi18n.h>
#include <string.h>
#include <sys/resource.h>
#include <sys/stat.h>
diff --git a/src/nm-logging.c b/src/nm-logging.c
index b74f1a0ee9..f79ba3c2e4 100644
--- a/src/nm-logging.c
+++ b/src/nm-logging.c
@@ -32,8 +32,6 @@
#include <strings.h>
#include <string.h>
-#include <glib/gi18n.h>
-
#if SYSTEMD_JOURNAL
#define SD_JOURNAL_SUPPRESS_LOCATION
#include <systemd/sd-journal.h>
diff --git a/src/nm-manager.c b/src/nm-manager.c
index 224f084649..b24b592317 100644
--- a/src/nm-manager.c
+++ b/src/nm-manager.c
@@ -28,7 +28,6 @@
#include <unistd.h>
#include <dbus/dbus-glib-lowlevel.h>
#include <dbus/dbus-glib.h>
-#include <glib/gi18n.h>
#include "nm-default.h"
#include "nm-manager.h"
diff --git a/src/nm-sleep-monitor-systemd.c b/src/nm-sleep-monitor-systemd.c
index 620cf93524..5748cba983 100644
--- a/src/nm-sleep-monitor-systemd.c
+++ b/src/nm-sleep-monitor-systemd.c
@@ -22,7 +22,6 @@
#include <errno.h>
#include <string.h>
#include <sys/stat.h>
-#include <glib/gi18n.h>
#include <gio/gunixfdlist.h>
#include "nm-default.h"
diff --git a/src/settings/plugins/ibft/plugin.c b/src/settings/plugins/ibft/plugin.c
index feb02dde1e..944209285b 100644
--- a/src/settings/plugins/ibft/plugin.c
+++ b/src/settings/plugins/ibft/plugin.c
@@ -25,7 +25,6 @@
#include <errno.h>
#include <gmodule.h>
-#include <glib/gi18n.h>
#include <nm-setting-connection.h>
diff --git a/src/settings/plugins/ibft/reader.c b/src/settings/plugins/ibft/reader.c
index 81c83a6f6a..195c264186 100644
--- a/src/settings/plugins/ibft/reader.c
+++ b/src/settings/plugins/ibft/reader.c
@@ -31,8 +31,6 @@
#include <sys/ioctl.h>
#include <unistd.h>
-#include <glib/gi18n.h>
-
#include "nm-default.h"
#include "nm-core-internal.h"
#include "nm-platform.h"
diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c
index c35192492d..7e54833c91 100644
--- a/src/settings/plugins/ifcfg-rh/plugin.c
+++ b/src/settings/plugins/ifcfg-rh/plugin.c
@@ -30,7 +30,6 @@
#include <sys/stat.h>
#include <gmodule.h>
-#include <glib/gi18n.h>
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
diff --git a/src/settings/plugins/ifcfg-rh/reader.c b/src/settings/plugins/ifcfg-rh/reader.c
index 41fe18d052..b05c3eca8e 100644
--- a/src/settings/plugins/ifcfg-rh/reader.c
+++ b/src/settings/plugins/ifcfg-rh/reader.c
@@ -31,7 +31,6 @@
#include <sys/ioctl.h>
#include <unistd.h>
-#include <glib/gi18n.h>
#include <nm-connection.h>
#include <nm-dbus-interface.h>
#include <nm-setting-connection.h>
diff --git a/src/settings/plugins/ifnet/connection_parser.c b/src/settings/plugins/ifnet/connection_parser.c
index 619eb3e5de..437629c58c 100644
--- a/src/settings/plugins/ifnet/connection_parser.c
+++ b/src/settings/plugins/ifnet/connection_parser.c
@@ -25,7 +25,6 @@
#include <arpa/inet.h>
#include <stdlib.h>
#include <errno.h>
-#include <glib/gi18n.h>
#include "nm-system-config-interface.h"
#include "nm-default.h"
diff --git a/src/settings/plugins/ifupdown/plugin.c b/src/settings/plugins/ifupdown/plugin.c
index 6e676cac2b..ff2f94d255 100644
--- a/src/settings/plugins/ifupdown/plugin.c
+++ b/src/settings/plugins/ifupdown/plugin.c
@@ -27,7 +27,6 @@
#include <string.h>
#include <gmodule.h>
-#include <glib/gi18n.h>
#include <nm-setting-connection.h>
#include "nm-default.h"