summaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods.h')
-rw-r--r--src/mods.h6
1 files changed, 1 insertions, 5 deletions
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 <curl/curl.h>
-#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.