X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmods.h;h=f35bd18dba0b5e01c8046c1d6d423f1171d08a04;hb=2fee2baf98cd452f7d0e4acb6c82617b7c7b995a;hp=f11401a1587d6e2aa1636472811b5bb6cdd758cf;hpb=7cac34c807b6f38eaca3bc8296566493c8874e03;p=oweals%2Fminetest.git 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.