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/creator
parent8dea74bb4fb51ba5e6ece6c4e01a223f3aea289b (diff)
Cleanup: unused win32 headers
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 0 insertions, 4 deletions
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"