From fbbac6807a9234b01c06c97850792efc0ca41880 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 May 2016 04:35:40 +1000 Subject: [PATCH] Cleanup: unused win32 headers --- source/blender/blenkernel/intern/scene.c | 5 ----- source/blender/editors/sculpt_paint/paint_image.c | 4 ---- source/blender/editors/space_console/space_console.c | 4 ---- source/blender/python/intern/bpy_interface.c | 4 ---- source/creator/creator.c | 4 ---- 5 files changed, 21 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 -#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 #include -#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 -#ifdef WIN32 -# include "BLI_math_base.h" /* finite */ -#endif - #include "MEM_guardedalloc.h" #include "BLI_utildefines.h" diff --git a/source/creator/creator.c b/source/creator/creator.c index c32ba9474fd..315d0d40243 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -42,10 +42,6 @@ #include "MEM_guardedalloc.h" -#ifdef WIN32 -# include "BLI_winstuff.h" -#endif - #include "BLI_args.h" #include "BLI_threads.h" #include "BLI_utildefines.h"