1
0
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:
Uwe L. Korn
2014-11-06 09:45:48 +01:00
parent 76b1b48106
commit 4bab72d9f7
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
#include "AudioOutput.h"
#include "TomahawkVersion.h"
#include "audio/MediaStream.h"
#include "utils/Logger.h"
#include <QApplication>

View File

@@ -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