diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-31 23:40:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-31 23:40:40 +0300 |
commit | 009c615d000bd45af6679694d2604a59e8122374 (patch) | |
tree | 384320449dc671e41cbc887a34f529e95359f61e /src/gui | |
parent | 9e4bace9ee01b1da4e94aed696dfd9607533b1a6 (diff) | |
download | plus-009c615d000bd45af6679694d2604a59e8122374.tar.gz plus-009c615d000bd45af6679694d2604a59e8122374.tar.bz2 plus-009c615d000bd45af6679694d2604a59e8122374.tar.xz plus-009c615d000bd45af6679694d2604a59e8122374.zip |
Remove curl extra include from whoisonline.cpp
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/whoisonline.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/windows/whoisonline.cpp b/src/gui/windows/whoisonline.cpp index c644dc149..681c37561 100644 --- a/src/gui/windows/whoisonline.cpp +++ b/src/gui/windows/whoisonline.cpp @@ -59,9 +59,6 @@ #include "utils/gettext.h" #include "utils/sdlhelper.h" -// Curl should be included after Guichan to avoid Windows redefinitions -#include <curl/curl.h> - #include "debug.h" #ifdef free |