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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-06-26 18:45:00 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-27 11:37:57 +0300
commit9c7a56188369691775604c8c73e31603f898ed25 (patch)
tree02a1b914c34cb6b27664ac4754417421bee129af /source/blender/blenkernel/intern/mesh.c
parentc3544df207a074c3a489eda6f97b1ea09690fb65 (diff)
Cleanup: remove some more DM usages...
Diffstat (limited to 'source/blender/blenkernel/intern/mesh.c')
-rw-r--r--source/blender/blenkernel/intern/mesh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index f502d7e394f..b13f45499f1 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -32,8 +32,10 @@
#include "DNA_object_types.h"
#include "DNA_key_types.h"
#include "DNA_mesh_types.h"
+#include "DNA_meshdata_types.h"
#include "BLI_utildefines.h"
+#include "BLI_bitmap.h"
#include "BLI_math.h"
#include "BLI_linklist.h"
#include "BLI_memarena.h"
@@ -43,7 +45,6 @@
#include "BKE_animsys.h"
#include "BKE_idcode.h"
#include "BKE_main.h"
-#include "BKE_DerivedMesh.h"
#include "BKE_global.h"
#include "BKE_mesh.h"
#include "BKE_mesh_runtime.h"