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>2012-02-11 14:15:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-11 14:15:11 +0400
commit1dc3536268323d65e6a418be4efac592c09259d2 (patch)
tree52e5ee0ec43e578f45e5c4a8b85182f587f1da37 /source/blender/modifiers
parentacd568d751dacd6ad1dbc6bd5a88fb52df783546 (diff)
mode bmesh include cleanup, remove unused file too.
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c
index 06f65e06703..5c020f69cd5 100644
--- a/source/blender/modifiers/intern/MOD_array.c
+++ b/source/blender/modifiers/intern/MOD_array.c
@@ -46,6 +46,7 @@
#include "DNA_curve_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
+#include "DNA_scene_types.h"
#include "BKE_cdderivedmesh.h"
#include "BKE_displist.h"