[Bf-blender-cvs] [ae3472998ab] master: Cleanup: rearrange includes

Germano Cavalcante noreply at git.blender.org
Fri Aug 13 22:36:50 CEST 2021


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"



More information about the Bf-blender-cvs mailing list