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/editors/screen
parenta47a4ef82f37428d391cc14a30fa611d6714e71d (diff)
Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a."
This reverts commit a47a4ef82f37428d391cc14a30fa611d6714e71d.
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/area.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 04384524241..151764dab6a 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -36,7 +36,6 @@
#include "DNA_userdef_types.h"
-#include "BLI_alloca.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"