summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-08 23:57:46 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-08 23:57:46 +0100
commit34dace46af811259dd790e599be35afd1ae219d8 (patch)
treefe2605910e556b7489a9b130bd3ceecb76e7a0c1 /src/common/xchat.h
parent18404054b0e7bad84c552530fa5771f38469f2d3 (diff)
parentbca7e6c554fe2406004c25056160950a276208f7 (diff)
Merge branch 'master' into wdk
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 91e2d50e..6815cc39 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -1,10 +1,6 @@
 #include "../../config.h"
 
-#include <glib/gslist.h>
-#include <glib/glist.h>
-#include <glib/gutils.h>
-#include <glib/giochannel.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
 #include <time.h>			/* need time_t */
 
 #ifndef XCHAT_H