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>2010-08-10 09:41:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-10 09:41:51 +0400
commit15669532a231b25ef4cddd36720376ec4b8f3dc2 (patch)
tree633014dc4b5901015bd62c74c95104b8449bed57 /source/blender/editors/object
parentb525dfb298880ff74116c8217bc07762344fc988 (diff)
header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_edit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 8bbe5a1b0ab..f7bde077740 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -43,6 +43,9 @@
#include "DNA_material_types.h"
#include "DNA_meta_types.h"
#include "DNA_property_types.h"
+#include "DNA_scene_types.h"
+#include "DNA_object_types.h"
+#include "DNA_meshdata_types.h"
#include "DNA_vfont_types.h"
#include "BLI_blenlib.h"
@@ -54,7 +57,6 @@
#include "BKE_anim.h"
#include "BKE_constraint.h"
#include "BKE_context.h"
-#include "BKE_cloth.h"
#include "BKE_curve.h"
#include "BKE_depsgraph.h"
#include "BKE_font.h"