From 546ca400d8092d77ced3621a8e47a103bf42f14c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Mar 2010 13:42:25 +0000 Subject: removed unused includes, except for physics and particle related files --- source/blender/blenkernel/intern/booleanops_mesh.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source/blender/blenkernel/intern/booleanops_mesh.c') diff --git a/source/blender/blenkernel/intern/booleanops_mesh.c b/source/blender/blenkernel/intern/booleanops_mesh.c index 1e99661f445..431e51cf149 100644 --- a/source/blender/blenkernel/intern/booleanops_mesh.c +++ b/source/blender/blenkernel/intern/booleanops_mesh.c @@ -30,24 +30,10 @@ */ #include "CSG_BooleanOps.h" -#include "BKE_booleanops.h" -#include "BKE_booleanops_mesh.h" #include "MEM_guardedalloc.h" -#include "DNA_material_types.h" -#include "DNA_mesh_types.h" -#include "DNA_object_types.h" -#include "DNA_scene_types.h" -#include "BKE_global.h" -#include "BKE_mesh.h" -#include "BKE_displist.h" -#include "BKE_object.h" -#include "BKE_utildefines.h" -#include "BKE_library.h" -#include "BKE_material.h" -#include "BLI_math.h" /** * Implementation of boolean ops mesh interface. -- cgit v1.2.3