Freestyle: removed unnecessary #include "FreestyleConfig.h".
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user