summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-24 00:53:19 +0100
committerThomas Haller <thaller@redhat.com>2016-02-24 01:09:42 +0100
commit8dcf825e13722a427e8a3c0f07bb700b1e38fe5a (patch)
tree9bc3dbcf1ba2df11e3268c475f3791eb61b66fa4
parentafa65bbae82b4ff2a3ba0e9474ab809bebfd4f38 (diff)
downloadnetwork-manager-applet-8dcf825e13722a427e8a3c0f07bb700b1e38fe5a.tar.gz
all: include <glib.h> via "nm-default.h"
-rw-r--r--src/applet-vpn-request.c3
-rw-r--r--src/connection-editor/main.c2
-rw-r--r--src/connection-editor/vpn-helpers.c1
-rw-r--r--src/libnm-gtk/nm-mobile-wizard.c3
-rw-r--r--src/libnma/nma-mobile-wizard.c3
-rw-r--r--src/utils/tests/test-utils.c1
-rw-r--r--src/utils/utils.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-wep-key.c1
10 files changed, 0 insertions, 17 deletions
diff --git a/src/applet-vpn-request.c b/src/applet-vpn-request.c
index 59c3820c..f83ef5a1 100644
--- a/src/applet-vpn-request.c
+++ b/src/applet-vpn-request.c
@@ -27,12 +27,9 @@
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include <glib.h>
#include <unistd.h>
#include <errno.h>
-#include <glib-object.h>
-
#include <NetworkManager.h>
#include "applet-vpn-request.h"
diff --git a/src/connection-editor/main.c b/src/connection-editor/main.c
index c778630d..96e64f5f 100644
--- a/src/connection-editor/main.c
+++ b/src/connection-editor/main.c
@@ -28,8 +28,6 @@
#include <dbus/dbus.h>
#include <gtk/gtk.h>
-#include <glib.h>
-#include <glib-object.h>
#include <glib-unix.h>
#include "gsystem-local-alloc.h"
diff --git a/src/connection-editor/vpn-helpers.c b/src/connection-editor/vpn-helpers.c
index 754e931f..8ab49c6e 100644
--- a/src/connection-editor/vpn-helpers.c
+++ b/src/connection-editor/vpn-helpers.c
@@ -23,7 +23,6 @@
#include "nm-default.h"
#include <string.h>
-#include <glib.h>
#include <gmodule.h>
#include <gtk/gtk.h>
diff --git a/src/libnm-gtk/nm-mobile-wizard.c b/src/libnm-gtk/nm-mobile-wizard.c
index 8baa6ada..5b6cd0a1 100644
--- a/src/libnm-gtk/nm-mobile-wizard.c
+++ b/src/libnm-gtk/nm-mobile-wizard.c
@@ -23,9 +23,6 @@
#include "nm-default.h"
#include <stdlib.h>
-
-#include <glib.h>
-
#include <gtk/gtk.h>
#include <NetworkManager.h>
diff --git a/src/libnma/nma-mobile-wizard.c b/src/libnma/nma-mobile-wizard.c
index 97f23883..5646fd38 100644
--- a/src/libnma/nma-mobile-wizard.c
+++ b/src/libnma/nma-mobile-wizard.c
@@ -23,9 +23,6 @@
#include "nm-default.h"
#include <stdlib.h>
-
-#include <glib.h>
-
#include <gtk/gtk.h>
#include <NetworkManager.h>
diff --git a/src/utils/tests/test-utils.c b/src/utils/tests/test-utils.c
index 9eef4491..c63b1ef2 100644
--- a/src/utils/tests/test-utils.c
+++ b/src/utils/tests/test-utils.c
@@ -22,7 +22,6 @@
#include "nm-default.h"
-#include <glib.h>
#include <string.h>
#include "utils.h"
diff --git a/src/utils/utils.c b/src/utils/utils.c
index b13e2437..b9514762 100644
--- a/src/utils/utils.c
+++ b/src/utils/utils.c
@@ -24,7 +24,6 @@
#include <string.h>
#include <netinet/ether.h>
-#include <glib.h>
#include <gtk/gtk.h>
#include "utils.h"
diff --git a/src/wireless-security/eap-method.c b/src/wireless-security/eap-method.c
index f6b8f7f1..7e157e8d 100644
--- a/src/wireless-security/eap-method.c
+++ b/src/wireless-security/eap-method.c
@@ -23,7 +23,6 @@
#include "nm-default.h"
-#include <glib.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 ff64c108..fa870750 100644
--- a/src/wireless-security/wireless-security.c
+++ b/src/wireless-security/wireless-security.c
@@ -24,7 +24,6 @@
#include <string.h>
-#include <glib.h>
#include <gtk/gtk.h>
#include "wireless-security.h"
diff --git a/src/wireless-security/ws-wep-key.c b/src/wireless-security/ws-wep-key.c
index 4fe5728e..a95695bb 100644
--- a/src/wireless-security/ws-wep-key.c
+++ b/src/wireless-security/ws-wep-key.c
@@ -23,7 +23,6 @@
#include "nm-default.h"
#include <string.h>
-#include <glib.h>
#include "wireless-security.h"
#include "utils.h"