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/space_file/space_file.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/editors/space_file/space_file.c') diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c index 50ee64da9c8..c3159d38e7e 100644 --- a/source/blender/editors/space_file/space_file.c +++ b/source/blender/editors/space_file/space_file.c @@ -21,8 +21,8 @@ * \ingroup spfile */ -#include #include +#include #include "MEM_guardedalloc.h" @@ -31,18 +31,18 @@ #include "BKE_appdir.h" #include "BKE_context.h" -#include "BKE_screen.h" #include "BKE_global.h" +#include "BKE_screen.h" #include "RNA_access.h" #include "WM_api.h" -#include "WM_types.h" #include "WM_message.h" +#include "WM_types.h" -#include "ED_space_api.h" -#include "ED_screen.h" #include "ED_fileselect.h" +#include "ED_screen.h" +#include "ED_space_api.h" #include "IMB_imbuf_types.h" #include "IMB_thumbs.h" @@ -50,10 +50,10 @@ #include "UI_resources.h" #include "UI_view2d.h" +#include "GPU_framebuffer.h" #include "file_intern.h" // own include -#include "fsmenu.h" #include "filelist.h" -#include "GPU_framebuffer.h" +#include "fsmenu.h" static ARegion *file_execute_region_ensure(ScrArea *sa, ARegion *ar_prev) { -- cgit v1.2.3