Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-05-11 21:35:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-11 21:35:40 +0300
commitfbbac6807a9234b01c06c97850792efc0ca41880 (patch)
tree9de1ce73730aecc4e8c1ba403849007bb21b80e3 /source/blender
parent8dea74bb4fb51ba5e6ece6c4e01a223f3aea289b (diff)
Cleanup: unused win32 headers
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/scene.c5
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c4
-rw-r--r--source/blender/editors/space_console/space_console.c4
-rw-r--r--source/blender/python/intern/bpy_interface.c4
4 files changed, 0 insertions, 17 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index dce4effc21c..27abbb62762 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -101,11 +101,6 @@
#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_GAME = "BLENDER_GAME";
const char *RE_engine_id_CYCLES = "CYCLES";
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index 4dd521e53ef..7d663a034ee 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -36,10 +36,6 @@
#include "MEM_guardedalloc.h"
-#ifdef WIN32
-# include "BLI_winstuff.h"
-#endif
-
#include "BLI_math.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
diff --git a/source/blender/editors/space_console/space_console.c b/source/blender/editors/space_console/space_console.c
index 182f2bd2e80..97a85bce006 100644
--- a/source/blender/editors/space_console/space_console.c
+++ b/source/blender/editors/space_console/space_console.c
@@ -27,10 +27,6 @@
#include <string.h>
#include <stdio.h>
-#ifdef WIN32
-# include "BLI_winstuff.h"
-#endif
-
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index b559623f619..11af0836e1c 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -31,10 +31,6 @@
#include <Python.h>
-#ifdef WIN32
-# include "BLI_math_base.h" /* finite */
-#endif
-
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"