Cleanup: unused win32 headers
This commit is contained in:
@@ -101,11 +101,6 @@
|
|||||||
|
|
||||||
#include "bmesh.h"
|
#include "bmesh.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#else
|
|
||||||
# include <sys/time.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const char *RE_engine_id_BLENDER_RENDER = "BLENDER_RENDER";
|
const char *RE_engine_id_BLENDER_RENDER = "BLENDER_RENDER";
|
||||||
const char *RE_engine_id_BLENDER_GAME = "BLENDER_GAME";
|
const char *RE_engine_id_BLENDER_GAME = "BLENDER_GAME";
|
||||||
const char *RE_engine_id_CYCLES = "CYCLES";
|
const char *RE_engine_id_CYCLES = "CYCLES";
|
||||||
|
@@ -36,10 +36,6 @@
|
|||||||
|
|
||||||
#include "MEM_guardedalloc.h"
|
#include "MEM_guardedalloc.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
# include "BLI_winstuff.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "BLI_math.h"
|
#include "BLI_math.h"
|
||||||
#include "BLI_blenlib.h"
|
#include "BLI_blenlib.h"
|
||||||
#include "BLI_utildefines.h"
|
#include "BLI_utildefines.h"
|
||||||
|
@@ -27,10 +27,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
# include "BLI_winstuff.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "MEM_guardedalloc.h"
|
#include "MEM_guardedalloc.h"
|
||||||
|
|
||||||
#include "BLI_blenlib.h"
|
#include "BLI_blenlib.h"
|
||||||
|
@@ -31,10 +31,6 @@
|
|||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
# include "BLI_math_base.h" /* finite */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "MEM_guardedalloc.h"
|
#include "MEM_guardedalloc.h"
|
||||||
|
|
||||||
#include "BLI_utildefines.h"
|
#include "BLI_utildefines.h"
|
||||||
|
@@ -42,10 +42,6 @@
|
|||||||
|
|
||||||
#include "MEM_guardedalloc.h"
|
#include "MEM_guardedalloc.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
# include "BLI_winstuff.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "BLI_args.h"
|
#include "BLI_args.h"
|
||||||
#include "BLI_threads.h"
|
#include "BLI_threads.h"
|
||||||
#include "BLI_utildefines.h"
|
#include "BLI_utildefines.h"
|
||||||
|
Reference in New Issue
Block a user