From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/bmesh/intern/bmesh_polygon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/bmesh/intern/bmesh_polygon.c') diff --git a/source/blender/bmesh/intern/bmesh_polygon.c b/source/blender/bmesh/intern/bmesh_polygon.c index 915ad6bf5c4..9ab5106cec2 100644 --- a/source/blender/bmesh/intern/bmesh_polygon.c +++ b/source/blender/bmesh/intern/bmesh_polygon.c @@ -23,18 +23,18 @@ */ #include "DNA_listBase.h" -#include "DNA_modifier_types.h" #include "DNA_meshdata_types.h" +#include "DNA_modifier_types.h" #include "MEM_guardedalloc.h" #include "BLI_alloca.h" +#include "BLI_heap.h" +#include "BLI_linklist.h" #include "BLI_math.h" #include "BLI_memarena.h" #include "BLI_polyfill_2d.h" #include "BLI_polyfill_2d_beautify.h" -#include "BLI_linklist.h" -#include "BLI_heap.h" #include "bmesh.h" #include "bmesh_tools.h" -- cgit v1.2.3