From 92af3b5aeca4dcdf64ebbbd66fc775665f9336b5 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:09:58 -0800 Subject: [PATCH] loadotio: corrected includes --- app/task/project/loadotio/loadotio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/task/project/loadotio/loadotio.cpp b/app/task/project/loadotio/loadotio.cpp index d6c2802fb..eeabdc092 100644 --- a/app/task/project/loadotio/loadotio.cpp +++ b/app/task/project/loadotio/loadotio.cpp @@ -40,12 +40,12 @@ #include "node/distort/transform/transformdistortnode.h" #include "node/generator/matrix/matrix.h" #include "node/math/math/math.h" +#include "node/nodeundo.h" #include "node/project/folder/folder.h" #include "node/project/footage/footage.h" #include "node/project/sequence/sequence.h" +#include "timeline/timelineundogeneral.h" #include "window/mainwindow/mainwindowundo.h" -#include "widget/nodeview/nodeviewundo.h" -#include "widget/timelinewidget/undo/timelineundogeneral.h" namespace olive {