From ae3472998abd8e564e49741f84a9ed9354954e04 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Fri, 13 Aug 2021 17:36:35 -0300 Subject: Cleanup: rearrange includes Bring the includes from the same project together. --- source/blender/editors/space_outliner/outliner_tools.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c index 2474b54384d..d88ae82cc9a 100644 --- a/source/blender/editors/space_outliner/outliner_tools.c +++ b/source/blender/editors/space_outliner/outliner_tools.c @@ -78,8 +78,6 @@ #include "ED_sequencer.h" #include "ED_undo.h" -#include "SEQ_relations.h" - #include "WM_api.h" #include "WM_message.h" #include "WM_types.h" @@ -94,6 +92,7 @@ #include "RNA_define.h" #include "RNA_enum_types.h" +#include "SEQ_relations.h" #include "SEQ_sequencer.h" #include "outliner_intern.h" -- cgit v1.2.3