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/file_ops.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_file/file_ops.c') diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c index 169abfb9a10..c17ca31a7df 100644 --- a/source/blender/editors/space_file/file_ops.c +++ b/source/blender/editors/space_file/file_ops.c @@ -40,8 +40,8 @@ # include "BLI_winstuff.h" #endif -#include "ED_screen.h" #include "ED_fileselect.h" +#include "ED_screen.h" #include "ED_select_utils.h" #include "UI_interface.h" @@ -62,11 +62,11 @@ #include "filelist.h" #include "fsmenu.h" -#include -#include -#include #include #include +#include +#include +#include /* ---------- FILE SELECTION ------------ */ static FileSelection find_file_mouse_rect(SpaceFile *sfile, -- cgit v1.2.3