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>2014-05-01 01:20:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 01:20:46 +0400
commitcb48c0ceeaf368ef2a13639b68241cdfede62806 (patch)
tree8bf7fbd74fb80ea1900b9ead2b7595cfe94ab9ce /source/blender/imbuf/intern/allocimbuf.c
parenta47a4ef82f37428d391cc14a30fa611d6714e71d (diff)
Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a."
This reverts commit a47a4ef82f37428d391cc14a30fa611d6714e71d.
Diffstat (limited to 'source/blender/imbuf/intern/allocimbuf.c')
-rw-r--r--source/blender/imbuf/intern/allocimbuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c
index 556c4beeae7..ff9bef74a79 100644
--- a/source/blender/imbuf/intern/allocimbuf.c
+++ b/source/blender/imbuf/intern/allocimbuf.c
@@ -47,7 +47,6 @@
#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
#include "BLI_threads.h"
static SpinLock refcounter_spin;