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/editors/gizmo_library/gizmo_types/cage2d_gizmo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c') diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c index 6f6f131136c..1b43479eedb 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c @@ -30,17 +30,17 @@ #include "MEM_guardedalloc.h" -#include "BLI_math.h" #include "BLI_dial_2d.h" +#include "BLI_math.h" #include "BLI_rect.h" #include "BKE_context.h" -#include "GPU_matrix.h" -#include "GPU_shader.h" #include "GPU_immediate.h" #include "GPU_immediate_util.h" +#include "GPU_matrix.h" #include "GPU_select.h" +#include "GPU_shader.h" #include "GPU_state.h" #include "RNA_access.h" @@ -49,9 +49,9 @@ #include "WM_api.h" #include "WM_types.h" +#include "ED_gizmo_library.h" #include "ED_screen.h" #include "ED_view3d.h" -#include "ED_gizmo_library.h" /* own includes */ #include "../gizmo_library_intern.h" -- cgit v1.2.3