diff --git a/project/sourcescommon.cpp b/project/sourcescommon.cpp index 9e1504a2e..c2e12bf85 100644 --- a/project/sourcescommon.cpp +++ b/project/sourcescommon.cpp @@ -20,6 +20,7 @@ #include "sourcescommon.h" +#include "ui/menuhelper.h" #include "panels/panels.h" #include "project/media.h" #include "project/undo.h" @@ -33,7 +34,6 @@ #include "io/config.h" #include "dialogs/proxydialog.h" #include "ui/viewerwidget.h" -#include "ui/menuhelper.h" #include "io/proxygenerator.h" #include "mainwindow.h" diff --git a/project/sourcescommon.h b/project/sourcescommon.h index 261210065..191b43fbb 100644 --- a/project/sourcescommon.h +++ b/project/sourcescommon.h @@ -33,8 +33,6 @@ class Media; class QAbstractItemView; class QDropEvent; -struct Footage; - class SourcesCommon : public QObject { Q_OBJECT public: diff --git a/ui/menuhelper.h b/ui/menuhelper.h index 4d7c1cf8b..9fdf42aa8 100644 --- a/ui/menuhelper.h +++ b/ui/menuhelper.h @@ -23,6 +23,7 @@ #include #include +#include class MenuHelper : public QObject { Q_OBJECT