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:48:46 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-08 23:48:46 +0100
commitbca7e6c554fe2406004c25056160950a276208f7 (patch)
treeaffce10d5ffb06674f2208493591112526cbb9ed /src/common/xchat.h
parent774ff23920e1e2f3f2f23c7be3da27497c1b5df6 (diff)
update xchat to r1499
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 db7a6c4b..10f1067e 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