From 587167e940228e52e5df5e4b5ecb7b5ff1ea1a7b Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sat, 9 Aug 2014 22:05:09 +0200 Subject: Move #includes from version.h to version.cpp --- src/version.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index 6a10a9d43..b23e770aa 100644 --- a/src/version.h +++ b/src/version.h @@ -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; -- cgit v1.2.3