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

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

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

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

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

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

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

@ -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

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

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

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