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/blenlib/intern/voronoi_2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/voronoi_2d.c') diff --git a/source/blender/blenlib/intern/voronoi_2d.c b/source/blender/blenlib/intern/voronoi_2d.c index 6bd9a16cd55..61052aa00f9 100644 --- a/source/blender/blenlib/intern/voronoi_2d.c +++ b/source/blender/blenlib/intern/voronoi_2d.c @@ -28,8 +28,8 @@ #include "BLI_listbase.h" #include "BLI_math.h" -#include "BLI_voronoi_2d.h" #include "BLI_utildefines.h" +#include "BLI_voronoi_2d.h" #define VORONOI_EPS 1e-2f -- cgit v1.2.3