From 5357a17bac1a3e4070e1529be1eaae57a48ed524 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 24 Jul 2014 13:04:35 +0200 Subject: Don't include cmake_config_githash.h into files that don't need it --- src/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/config.h') 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 -- cgit v1.2.3