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_laplaciandeform.c')
-rw-r--r--source/blender/modifiers/intern/MOD_laplaciandeform.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/modifiers/intern/MOD_laplaciandeform.c b/source/blender/modifiers/intern/MOD_laplaciandeform.c
index 705fb017b6a..827d555e900 100644
--- a/source/blender/modifiers/intern/MOD_laplaciandeform.c
+++ b/source/blender/modifiers/intern/MOD_laplaciandeform.c
@@ -22,12 +22,16 @@
*/
#include "BLI_utildefines.h"
-#include "BLI_utildefines_stack.h"
+
#include "BLI_math.h"
#include "BLI_string.h"
+#include "BLI_utildefines_stack.h"
#include "MEM_guardedalloc.h"
+#include "DNA_mesh_types.h"
+#include "DNA_meshdata_types.h"
+
#include "BKE_deform.h"
#include "BKE_editmesh.h"
#include "BKE_library.h"
@@ -35,9 +39,6 @@
#include "BKE_mesh_runtime.h"
#include "BKE_particle.h"
-#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
-
#include "MOD_util.h"
#include "eigen_capi.h"