mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Include MediaStream less globally
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "AudioOutput.h"
|
||||
#include "TomahawkVersion.h"
|
||||
|
||||
#include "audio/MediaStream.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include "DllMacro.h"
|
||||
#include "Typedefs.h"
|
||||
|
||||
#include "audio/MediaStream.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
struct libvlc_instance_t;
|
||||
@@ -34,6 +32,8 @@ struct libvlc_media_player_t;
|
||||
struct libvlc_media_t;
|
||||
struct libvlc_event_t;
|
||||
|
||||
class MediaStream;
|
||||
|
||||
class DLLEXPORT AudioOutput : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user