From 9c49254abd59b8e3f4ecf2be7477dd62bf399296 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Apr 2013 20:39:37 -0700 Subject: Only include top level includes from GTK+, GLib and GDK-PixBuf --- src/common/modes.c | 4 ++-- src/common/servlist.c | 2 -- src/common/text.c | 1 - src/common/util.c | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) (limited to 'src/common') diff --git a/src/common/modes.c b/src/common/modes.c index 32b5a3fa..419b704a 100644 --- a/src/common/modes.c +++ b/src/common/modes.c @@ -19,8 +19,6 @@ #include #include #include -#include -#include #include "hexchat.h" #include "hexchatc.h" @@ -34,6 +32,8 @@ #include #endif +#include + typedef struct { server *serv; diff --git a/src/common/servlist.c b/src/common/servlist.c index 654e0b29..306b42e8 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -27,8 +27,6 @@ #endif #include "hexchat.h" -#include - #include "cfgfiles.h" #include "fe.h" #include "server.h" diff --git a/src/common/text.c b/src/common/text.c index 8196cc03..96fdacd0 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -33,7 +33,6 @@ #endif #include "hexchat.h" -#include #include "cfgfiles.h" #include "chanopt.h" #include "plugin.h" diff --git a/src/common/util.c b/src/common/util.c index b9c69a44..9ce23879 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -48,7 +48,6 @@ #include #include "hexchat.h" #include "hexchatc.h" -#include #include #include "util.h" -- cgit 1.4.1