Don't include if unused

This commit is contained in:
Berke Viktor 2013-04-27 21:38:13 +02:00
parent d20dccbe02
commit 8e3db00dac
1 changed files with 2 additions and 0 deletions

View File

@ -51,7 +51,9 @@
#include "url.h"
#include "hexchatc.h"
#if ! GLIB_CHECK_VERSION (2, 36, 0)
#include <glib-object.h> /* for g_type_init() */
#endif
#ifdef USE_OPENSSL
#include <openssl/ssl.h> /* SSL_() */