From bcbbc66795e221474f889b7ab9b7320948aefdec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Nov 2014 15:50:43 +0100 Subject: Cleanup: unused headers --- source/blender/editors/mesh/editmesh_rip_edge.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_rip_edge.c') diff --git a/source/blender/editors/mesh/editmesh_rip_edge.c b/source/blender/editors/mesh/editmesh_rip_edge.c index c88afd9ef1e..a501dfc8c2c 100644 --- a/source/blender/editors/mesh/editmesh_rip_edge.c +++ b/source/blender/editors/mesh/editmesh_rip_edge.c @@ -24,8 +24,6 @@ * based on mouse cursor position, split of vertices along the closest edge. */ -#include "MEM_guardedalloc.h" - #include "DNA_object_types.h" #include "BLI_math.h" @@ -34,9 +32,6 @@ #include "BKE_report.h" #include "BKE_editmesh.h" -#include "RNA_define.h" -#include "RNA_access.h" - #include "WM_types.h" #include "ED_mesh.h" -- cgit v1.2.3