diff --git a/tests/compositing/compositing-tests.cpp b/tests/compositing/compositing-tests.cpp index 8b831e4fd..ba1257f19 100644 --- a/tests/compositing/compositing-tests.cpp +++ b/tests/compositing/compositing-tests.cpp @@ -24,7 +24,7 @@ #include "node/distort/transform/transformdistortnode.h" #include "node/generator/solid/solid.h" #include "node/math/merge/merge.h" -#include "node/project/project.h" +#include "node/project.h" #include "render/rendermanager.h" namespace olive { diff --git a/tests/timeline/timeline-tests.cpp b/tests/timeline/timeline-tests.cpp index 034349e57..6cb72c387 100644 --- a/tests/timeline/timeline-tests.cpp +++ b/tests/timeline/timeline-tests.cpp @@ -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 {