From 8e3db00daccbad5c0c87c6f6d118a9db44238ab3 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 27 Apr 2013 21:38:13 +0200 Subject: Don't include if unused --- src/common/hexchat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/hexchat.c') diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 2d9ff424..f5f4232e 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -51,7 +51,9 @@ #include "url.h" #include "hexchatc.h" +#if ! GLIB_CHECK_VERSION (2, 36, 0) #include /* for g_type_init() */ +#endif #ifdef USE_OPENSSL #include /* SSL_() */ -- cgit 1.4.1