diff options
author | sfan5 <sfan5@live.de> | 2014-07-24 13:04:35 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2014-07-25 10:48:03 +0200 |
commit | 5357a17bac1a3e4070e1529be1eaae57a48ed524 (patch) | |
tree | 5c702bce87a28239732ddda527059780709119f8 /src/config.h | |
parent | 8979a3dd99fad05582d7308097e326b126ef0da6 (diff) | |
download | minetest-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.h | 6 |
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 |