Only include top level includes from GTK+, GLib and GDK-PixBuf

This commit is contained in:
Berke Viktor
2013-04-02 20:39:37 -07:00
parent 5e59578e28
commit 9c49254abd
38 changed files with 11 additions and 344 deletions

View File

@@ -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;

View File

@@ -27,8 +27,6 @@
#endif
#include "hexchat.h"
#include <glib.h>
#include "cfgfiles.h"
#include "fe.h"
#include "server.h"

View File

@@ -33,7 +33,6 @@
#endif
#include "hexchat.h"
#include <glib.h>
#include "cfgfiles.h"
#include "chanopt.h"
#include "plugin.h"

View File

@@ -48,7 +48,6 @@
#include <errno.h>
#include "hexchat.h"
#include "hexchatc.h"
#include <glib.h>
#include <ctype.h>
#include "util.h"