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:
Diffstat (limited to 'source/blender/modifiers/intern/MOD_simpledeform.c')
-rw-r--r--source/blender/modifiers/intern/MOD_simpledeform.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/modifiers/intern/MOD_simpledeform.c b/source/blender/modifiers/intern/MOD_simpledeform.c
index 1aebdf06457..b71a598e24e 100644
--- a/source/blender/modifiers/intern/MOD_simpledeform.c
+++ b/source/blender/modifiers/intern/MOD_simpledeform.c
@@ -30,11 +30,6 @@
*
*/
-#include "stddef.h"
-#include "string.h"
-#include "math.h"
-#include "float.h"
-
#include "DNA_meshdata_types.h"
#include "BLI_math.h"
@@ -48,11 +43,8 @@
#include "depsgraph_private.h"
-#include "MOD_modifiertypes.h"
#include "MOD_util.h"
-#include <string.h>
-#include <math.h>
/* Clamps/Limits the given coordinate to: limits[0] <= co[axis] <= limits[1]