Cleanup: rearrange includes

Bring the includes from the same project together.
This commit is contained in:
Germano Cavalcante 2021-08-13 17:36:35 -03:00
parent 0ed2df81cc
commit ae3472998a
1 changed files with 1 additions and 2 deletions

View File

@ -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"