Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Apr 22, 2024
1 parent 4af04ef commit 383646a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/MediaFX/media_clip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <QUrl>
#include <QVideoSink>
#include <QmlTypeAndRevisionsRegistration>
#include <QtTypes>
#include <chrono>
#include <compare>
#include <ratio>
Expand Down
2 changes: 1 addition & 1 deletion src/MediaFX/media_clip.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include <QQmlParserStatus>
#include <QString>
#include <QUrl>
#include <QtCore>
#include <QtQmlIntegration>
#include <QtTypes>
#include <chrono>
Q_MOC_INCLUDE(<QVideoSink>)
class AudioRenderer;
Expand Down
1 change: 0 additions & 1 deletion src/MediaFX/render_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "animation.h"
#include "audio_renderer.h"
#include "formats.h"
#include "media_clip.h"
#include "render_context.h"
#include "util.h"
#include <QAudioBuffer>
Expand Down
5 changes: 0 additions & 5 deletions src/MediaFX/render_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@
extern "C" {
#include <libavutil/rational.h>
}
Q_MOC_INCLUDE("audio_renderer.h")
Q_MOC_INCLUDE("media_clip.h")
Q_MOC_INCLUDE(<QVideoSink>)
class AnimationDriver;
class AudioRenderer;
class MediaClip;
class QVideoSink;
using namespace std::chrono;

class RenderSession : public QObject {
Expand Down

0 comments on commit 383646a

Please sign in to comment.