]> git.lizzy.rs Git - minetest.git/blobdiff - src/mods.h
Optional reconnect functionality
[minetest.git] / src / mods.h
index f11401a1587d6e2aa1636472811b5bb6cdd758cf..f35bd18dba0b5e01c8046c1d6d423f1171d08a04 100644 (file)
@@ -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 @@ class ModConfiguration
                m_name_conflicts()
        {}
 
-               
+
        ModConfiguration(std::string worldpath);
 
        // checks if all dependencies are fullfilled.