Don't include if unused
This commit is contained in:
parent
d20dccbe02
commit
8e3db00dac
@ -51,7 +51,9 @@
|
|||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "hexchatc.h"
|
#include "hexchatc.h"
|
||||||
|
|
||||||
|
#if ! GLIB_CHECK_VERSION (2, 36, 0)
|
||||||
#include <glib-object.h> /* for g_type_init() */
|
#include <glib-object.h> /* for g_type_init() */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
#include <openssl/ssl.h> /* SSL_() */
|
#include <openssl/ssl.h> /* SSL_() */
|
||||||
|
Loading…
Reference in New Issue
Block a user