[Bf-blender-cvs] [227b18c] temp-array-modifier: Cleanup: headers

Campbell Barton noreply at git.blender.org
Tue Aug 12 04:14:17 CEST 2014


Commit: 227b18ce9ccbe654e0876ec47c940ac73e8005fb
Author: Campbell Barton
Date:   Tue Aug 12 12:13:55 2014 +1000
Branches: temp-array-modifier
https://developer.blender.org/rB227b18ce9ccbe654e0876ec47c940ac73e8005fb

Cleanup: headers

===================================================================

M	source/blender/modifiers/intern/MOD_array.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c
index 7100a5d..d433636 100644
--- a/source/blender/modifiers/intern/MOD_array.c
+++ b/source/blender/modifiers/intern/MOD_array.c
@@ -31,16 +31,14 @@
 
 /** \file blender/modifiers/intern/MOD_array.c
  *  \ingroup modifiers
+ *
+ * Array modifier: duplicates the object multiple times along an axis.
  */
 
-
-/* Array modifier: duplicates the object multiple times along an axis */
-
 #include "MEM_guardedalloc.h"
 
 #include "BLI_math.h"
 #include "BLI_utildefines.h"
-#include "BLI_ghash.h"
 
 #include "DNA_curve_types.h"
 #include "DNA_meshdata_types.h"
@@ -54,14 +52,8 @@
 
 #include "MOD_util.h"
 
-#include "bmesh.h"
-
 #include "depsgraph_private.h"
 
-#include <ctype.h>
-#include <stdlib.h>
-#include <string.h>
-
 /* Due to cyclic dependencies it's possible that curve used for
  * deformation here is not evaluated at the time of evaluating
  * this modifier.




More information about the Bf-blender-cvs mailing list