From 8af44f81637938db7e4651d2ef8a294cf43b1072 Mon Sep 17 00:00:00 2001 From: sapier Date: Thu, 19 Jun 2014 20:58:22 +0200 Subject: Remove ugly curl struct pointer from jsonFetchValue signature --- src/mods.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mods.h') diff --git a/src/mods.h b/src/mods.h index f11401a15..f35bd18db 100644 --- a/src/mods.h +++ b/src/mods.h @@ -30,10 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "json/json.h" #include "config.h" -#if USE_CURL -#include -#endif - #define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_" class ModError : public std::exception @@ -104,7 +100,7 @@ public: m_name_conflicts() {} - + ModConfiguration(std::string worldpath); // checks if all dependencies are fullfilled. -- cgit v1.2.3