[Bf-blender-cvs] [f0f26b3fcb1] gsoc-2021-porting-modifiers-to-nodes-solidify: - cleanup

Fabian Schempp noreply at git.blender.org
Mon Jul 5 22:21:31 CEST 2021


Commit: f0f26b3fcb1f8ce2bb235a68ccd43e078860cdfb
Author: Fabian Schempp
Date:   Fri Jun 25 09:15:21 2021 +0200
Branches: gsoc-2021-porting-modifiers-to-nodes-solidify
https://developer.blender.org/rBf0f26b3fcb1f8ce2bb235a68ccd43e078860cdfb

- cleanup

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

M	source/blender/blenkernel/intern/solidify_nonmanifold.c

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

diff --git a/source/blender/blenkernel/intern/solidify_nonmanifold.c b/source/blender/blenkernel/intern/solidify_nonmanifold.c
index df1fcc1cd21..7a987132674 100644
--- a/source/blender/blenkernel/intern/solidify_nonmanifold.c
+++ b/source/blender/blenkernel/intern/solidify_nonmanifold.c
@@ -19,9 +19,10 @@
  */
 
 #include "BKE_customdata.h"
-#include "BLI_math.h"
 #include "BKE_mesh.h"
 #include "BKE_solidifiy.h"
+
+#include "BLI_math.h"
 #include "BLI_utildefines.h"
 
 #include "DNA_mesh_types.h"



More information about the Bf-blender-cvs mailing list