Freestyle: removed unnecessary #include "FreestyleConfig.h".

This commit is contained in:
2014-04-17 14:31:35 +09:00
parent 1674a04488
commit 4219e44f1d
9 changed files with 1 additions and 18 deletions

View File

@@ -25,6 +25,7 @@
#include "AppConfig.h" #include "AppConfig.h"
#include <iostream> #include <iostream>
#include "../system/FreestyleConfig.h"
#include "../system/StringUtils.h" #include "../system/StringUtils.h"
using namespace std; using namespace std;

View File

@@ -30,7 +30,6 @@
#include <string> #include <string>
#include <algorithm> #include <algorithm>
#include "../system/FreestyleConfig.h"
#include "../system/Precision.h" #include "../system/Precision.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC

View File

@@ -29,8 +29,6 @@
* \date 06/02/2002 * \date 06/02/2002
*/ */
#include "FreestyleConfig.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"
#endif #endif

View File

@@ -28,8 +28,6 @@
* \date 10/01/2003 * \date 10/01/2003
*/ */
#include "FreestyleConfig.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"
#endif #endif

View File

@@ -28,7 +28,6 @@
* \date 16/06/2003 * \date 16/06/2003
*/ */
#include "FreestyleConfig.h"
#include "Precision.h" #include "Precision.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC

View File

@@ -30,8 +30,6 @@
// TODO Check whether we could replace this with BLI rand stuff... // TODO Check whether we could replace this with BLI rand stuff...
#include "FreestyleConfig.h"
#include "../system/Precision.h" #include "../system/Precision.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC

View File

@@ -34,15 +34,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "FreestyleConfig.h"
//soc
extern "C" { extern "C" {
#include "BKE_utildefines.h" #include "BKE_utildefines.h"
#include "BLI_blenlib.h" #include "BLI_blenlib.h"
} }
using namespace std; using namespace std;

View File

@@ -28,8 +28,6 @@
* \date 12/12/2002 * \date 12/12/2002
*/ */
#include "FreestyleConfig.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"
#endif #endif

View File

@@ -30,8 +30,6 @@
#include <time.h> #include <time.h>
#include "FreestyleConfig.h"
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"
#endif #endif