tests: fix bad includes

This commit is contained in:
itsmattkc
2023-02-21 19:57:57 -08:00
parent 49fd809db7
commit 1781311e6f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -23,12 +23,12 @@
#include "node/block/transition/crossdissolve/crossdissolvetransition.h"
#include "node/math/math/math.h"
#include "node/math/merge/merge.h"
#include "node/project/project.h"
#include "node/project.h"
#include "node/project/sequence/sequence.h"
#include "undo/undocommand.h"
#include "widget/timelinewidget/undo/timelineundogeneral.h"
#include "widget/timelinewidget/undo/timelineundopointer.h"
#include "testutil.h"
#include "timeline/timelineundogeneral.h"
#include "timeline/timelineundopointer.h"
#include "undo/undocommand.h"
namespace olive {