From 1f3e3b0d68ca0469ece01f91e891310b3773a87b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Dec 2012 04:49:32 +0000 Subject: include cleanup --- source/blender/editors/mesh/mesh_ops.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/editors/mesh/mesh_ops.c') diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c index a413a60412c..09b190d4e24 100644 --- a/source/blender/editors/mesh/mesh_ops.c +++ b/source/blender/editors/mesh/mesh_ops.c @@ -29,17 +29,11 @@ */ -#include -#include -#include "DNA_object_types.h" -#include "DNA_scene_types.h" #include "BLI_math.h" -#include "BLI_blenlib.h" -#include "BKE_context.h" #include "RNA_access.h" @@ -49,7 +43,6 @@ #include "ED_object.h" #include "ED_mesh.h" #include "ED_screen.h" -#include "ED_view3d.h" #include "mesh_intern.h" -- cgit v1.2.3