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" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
