From 4824e7eeeb82fcad72f222fe0d74c41c374b648e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Apr 2010 22:33:43 +0000 Subject: modifier include cleanup, this might need fixes on other systems but hard to avoid. also removed unused stuff from cmake modifier file --- source/blender/modifiers/intern/MOD_surface.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_surface.c') diff --git a/source/blender/modifiers/intern/MOD_surface.c b/source/blender/modifiers/intern/MOD_surface.c index 116483caea6..223d8e7792f 100644 --- a/source/blender/modifiers/intern/MOD_surface.c +++ b/source/blender/modifiers/intern/MOD_surface.c @@ -30,24 +30,19 @@ * */ -#include "stddef.h" -#include "string.h" -#include "math.h" -#include "float.h" - -#include "BLI_math.h" - #include "DNA_scene_types.h" #include "DNA_object_types.h" #include "DNA_meshdata_types.h" -#include "MEM_guardedalloc.h" +#include "BLI_math.h" + #include "BKE_cdderivedmesh.h" #include "MOD_modifiertypes.h" #include "MOD_util.h" -/* Surface */ +#include "MEM_guardedalloc.h" + static void initData(ModifierData *md) { -- cgit v1.2.3