summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2014-07-24 13:04:35 +0200
committersfan5 <sfan5@live.de>2014-07-25 10:48:03 +0200
commit5357a17bac1a3e4070e1529be1eaae57a48ed524 (patch)
tree5c702bce87a28239732ddda527059780709119f8 /src/config.h
parent8979a3dd99fad05582d7308097e326b126ef0da6 (diff)
downloadminetest-5357a17bac1a3e4070e1529be1eaae57a48ed524.tar.gz
minetest-5357a17bac1a3e4070e1529be1eaae57a48ed524.tar.bz2
minetest-5357a17bac1a3e4070e1529be1eaae57a48ed524.zip
Don't include cmake_config_githash.h into files that don't need it
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.h b/src/config.h
index 54c13d440..510c5ef1e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -74,11 +74,5 @@
#define VERSION_EXTRA_STRING CMAKE_VERSION_EXTRA_STRING
#endif
-#ifdef __ANDROID__
- #include "android_version.h"
-#else
- #include "cmake_config_githash.h"
-#endif
-
#endif