diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 20:39:37 -0700 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 20:39:37 -0700 |
commit | 9c49254abd59b8e3f4ecf2be7477dd62bf399296 (patch) | |
tree | 299db16a7a127a64bbac8ee13c8c2473e6287372 /src/common/modes.c | |
parent | 5e59578e28408b4fcf85de19fd301a5b02d96dec (diff) |
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/common/modes.c')
-rw-r--r-- | src/common/modes.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <string.h> #include <stdlib.h> #include <stdio.h> -#include <glib.h> -#include <glib/gprintf.h> #include "hexchat.h" #include "hexchatc.h" @@ -34,6 +32,8 @@ #include <strings.h> #endif +#include <glib/gprintf.h> + typedef struct { server *serv; |