diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-03 16:05:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-03 16:05:09 +0200 |
commit | bab03d044bfceed7e5c9eaaaf3f3ffd61329784c (patch) | |
tree | 9657f14a162c959baf348d183bad4dee685ac4da /src/core/weechat.h | |
parent | 8509f777b43f0a44414ddcb7e8fc0b7c240bd1f9 (diff) | |
download | weechat-bab03d044bfceed7e5c9eaaaf3f3ffd61329784c.zip |
Fixed compilation problems when gnutls dev lib is not found
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r-- | src/core/weechat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h index 01efa04a0..79950e1aa 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -27,10 +27,6 @@ #include <stdio.h> #include <sys/time.h> -#ifdef HAVE_GNUTLS -#include <gnutls/gnutls.h> -#endif - #include <locale.h> #if defined(ENABLE_NLS) && !defined(_) |