Commit: ae3472998abd8e564e49741f84a9ed9354954e04
Author: Germano Cavalcante
Date:   Fri Aug 13 17:36:35 2021 -0300
Branches: master
https://developer.blender.org/rBae3472998abd8e564e49741f84a9ed9354954e04

Cleanup: rearrange includes

Bring the includes from the same project together.

===================================================================

M       source/blender/editors/space_outliner/outliner_tools.c

===================================================================

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"

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to