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/BLI_rect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_rect.h') diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h index 2b11213d351..b1faae03583 100644 --- a/source/blender/blenlib/BLI_rect.h +++ b/source/blender/blenlib/BLI_rect.h @@ -24,9 +24,9 @@ * \ingroup bli */ -#include "DNA_vec_types.h" -#include "BLI_sys_types.h" /* bool */ #include "BLI_compiler_compat.h" +#include "BLI_sys_types.h" /* bool */ +#include "DNA_vec_types.h" struct rctf; struct rcti; -- cgit v1.2.3