Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-08-13 23:36:35 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-08-13 23:36:35 +0300
commitae3472998abd8e564e49741f84a9ed9354954e04 (patch)
tree2f1d088295ae467f77e5226864d90d6f8fc81385
parent0ed2df81cc3878d83a179ade256ba2d690ce9cde (diff)
Cleanup: rearrange includes
Bring the includes from the same project together.
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c3
1 files changed, 1 insertions, 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"