From 0a06967cc8a42c6bab6b1adb708d8fb0c7c3e187 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 5 May 2012 17:46:02 +0200 Subject: [PATCH] fix build with glib version 2.32 --- src/common/modes.c | 1 - src/common/servlist.c | 2 +- src/common/text.c | 2 +- src/common/util.c | 2 +- src/common/xchat.h | 6 +----- 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/common/modes.c b/src/common/modes.c index 1acf7f5..b10dee4 100644 --- a/src/common/modes.c +++ b/src/common/modes.c @@ -20,7 +20,6 @@ #include #include #include -#include #include "xchat.h" #include "xchatc.h" diff --git a/src/common/servlist.c b/src/common/servlist.c index 1728928..0829c99 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -24,7 +24,7 @@ #include #include "xchat.h" -#include +#include #include "cfgfiles.h" #include "fe.h" diff --git a/src/common/text.c b/src/common/text.c index a219851..6b11174 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -28,7 +28,7 @@ #include #include "xchat.h" -#include +#include #include "cfgfiles.h" #include "chanopt.h" #include "plugin.h" diff --git a/src/common/util.c b/src/common/util.c index 49517ec..5a0ab6c 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -39,7 +39,7 @@ #include #include "xchat.h" #include "xchatc.h" -#include +#include #include #include "util.h" #include "../../config.h" diff --git a/src/common/xchat.h b/src/common/xchat.h index 013d6a1..e3f15a8 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -1,10 +1,6 @@ #include "../../config.h" -#include -#include -#include -#include -#include +#include #include /* need time_t */ #ifndef XCHAT_H -- 1.7.10.1 .