From 4219e44f1d89cfd6ccdf3adc0fd73e22ae7b6df3 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 17 Apr 2014 14:31:35 +0900 Subject: Freestyle: removed unnecessary #include "FreestyleConfig.h". --- source/blender/freestyle/intern/application/AppConfig.cpp | 1 + source/blender/freestyle/intern/application/AppConfig.h | 1 - source/blender/freestyle/intern/system/BaseObject.h | 2 -- source/blender/freestyle/intern/system/Exception.h | 2 -- source/blender/freestyle/intern/system/PseudoNoise.h | 1 - source/blender/freestyle/intern/system/RandGen.h | 2 -- source/blender/freestyle/intern/system/StringUtils.h | 6 ------ source/blender/freestyle/intern/system/TimeStamp.h | 2 -- source/blender/freestyle/intern/system/TimeUtils.h | 2 -- 9 files changed, 1 insertion(+), 18 deletions(-) diff --git a/source/blender/freestyle/intern/application/AppConfig.cpp b/source/blender/freestyle/intern/application/AppConfig.cpp index 967cb400241..cf7959ffaef 100644 --- a/source/blender/freestyle/intern/application/AppConfig.cpp +++ b/source/blender/freestyle/intern/application/AppConfig.cpp @@ -25,6 +25,7 @@ #include "AppConfig.h" #include +#include "../system/FreestyleConfig.h" #include "../system/StringUtils.h" using namespace std; diff --git a/source/blender/freestyle/intern/application/AppConfig.h b/source/blender/freestyle/intern/application/AppConfig.h index 94ae0c3c348..ae1d96e06d8 100644 --- a/source/blender/freestyle/intern/application/AppConfig.h +++ b/source/blender/freestyle/intern/application/AppConfig.h @@ -30,7 +30,6 @@ #include #include -#include "../system/FreestyleConfig.h" #include "../system/Precision.h" #ifdef WITH_CXX_GUARDEDALLOC diff --git a/source/blender/freestyle/intern/system/BaseObject.h b/source/blender/freestyle/intern/system/BaseObject.h index 60430143eac..8cabd9130b4 100644 --- a/source/blender/freestyle/intern/system/BaseObject.h +++ b/source/blender/freestyle/intern/system/BaseObject.h @@ -29,8 +29,6 @@ * \date 06/02/2002 */ -#include "FreestyleConfig.h" - #ifdef WITH_CXX_GUARDEDALLOC #include "MEM_guardedalloc.h" #endif diff --git a/source/blender/freestyle/intern/system/Exception.h b/source/blender/freestyle/intern/system/Exception.h index 2111988a104..f605735ec40 100644 --- a/source/blender/freestyle/intern/system/Exception.h +++ b/source/blender/freestyle/intern/system/Exception.h @@ -28,8 +28,6 @@ * \date 10/01/2003 */ -#include "FreestyleConfig.h" - #ifdef WITH_CXX_GUARDEDALLOC #include "MEM_guardedalloc.h" #endif diff --git a/source/blender/freestyle/intern/system/PseudoNoise.h b/source/blender/freestyle/intern/system/PseudoNoise.h index b0164a74a1a..602ad5293f0 100644 --- a/source/blender/freestyle/intern/system/PseudoNoise.h +++ b/source/blender/freestyle/intern/system/PseudoNoise.h @@ -28,7 +28,6 @@ * \date 16/06/2003 */ -#include "FreestyleConfig.h" #include "Precision.h" #ifdef WITH_CXX_GUARDEDALLOC diff --git a/source/blender/freestyle/intern/system/RandGen.h b/source/blender/freestyle/intern/system/RandGen.h index 7621601a635..d39b4f95bbf 100644 --- a/source/blender/freestyle/intern/system/RandGen.h +++ b/source/blender/freestyle/intern/system/RandGen.h @@ -30,8 +30,6 @@ // TODO Check whether we could replace this with BLI rand stuff... -#include "FreestyleConfig.h" - #include "../system/Precision.h" #ifdef WITH_CXX_GUARDEDALLOC diff --git a/source/blender/freestyle/intern/system/StringUtils.h b/source/blender/freestyle/intern/system/StringUtils.h index 9aa26772d55..77b543c7886 100644 --- a/source/blender/freestyle/intern/system/StringUtils.h +++ b/source/blender/freestyle/intern/system/StringUtils.h @@ -34,15 +34,9 @@ #include #include -#include "FreestyleConfig.h" - -//soc extern "C" { - #include "BKE_utildefines.h" - #include "BLI_blenlib.h" - } using namespace std; diff --git a/source/blender/freestyle/intern/system/TimeStamp.h b/source/blender/freestyle/intern/system/TimeStamp.h index c2b45630bd1..ccf370ad228 100644 --- a/source/blender/freestyle/intern/system/TimeStamp.h +++ b/source/blender/freestyle/intern/system/TimeStamp.h @@ -28,8 +28,6 @@ * \date 12/12/2002 */ -#include "FreestyleConfig.h" - #ifdef WITH_CXX_GUARDEDALLOC #include "MEM_guardedalloc.h" #endif diff --git a/source/blender/freestyle/intern/system/TimeUtils.h b/source/blender/freestyle/intern/system/TimeUtils.h index 6fe8b0e7431..2d14adc5912 100644 --- a/source/blender/freestyle/intern/system/TimeUtils.h +++ b/source/blender/freestyle/intern/system/TimeUtils.h @@ -30,8 +30,6 @@ #include -#include "FreestyleConfig.h" - #ifdef WITH_CXX_GUARDEDALLOC #include "MEM_guardedalloc.h" #endif -- cgit v1.2.3