]> git.lizzy.rs Git - minetest.git/blobdiff - src/version.h
Fix android build using hardcoded path for data instead of using the one fetched...
[minetest.git] / src / version.h
index 6a10a9d434d5951ae55927c8301632686ea40c47..b23e770aa0cee121ebadaa5ea6ab3a6e8d8b4233 100644 (file)
@@ -20,13 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef VERSION_HEADER
 #define VERSION_HEADER
 
-#include "config.h"
-#ifdef __ANDROID__
-       #include "android_version.h"
-#else
-       #include "cmake_config_githash.h"
-#endif
-
 extern const char *minetest_version_simple;
 extern const char *minetest_version_hash;
 extern const char *minetest_build_info;