mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 12:21:52 +02:00
Clean up headers
This commit is contained in:
committed by
Michael Zanetti
parent
e0a6331142
commit
8128f1ea48
@@ -21,6 +21,7 @@
|
||||
#include "BufferIoDevice_p.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QMutexLocker>
|
||||
#include <QThread>
|
||||
|
||||
#include "utils/Logger.h"
|
||||
|
@@ -21,8 +21,6 @@
|
||||
#define BUFFERIODEVICE_H
|
||||
|
||||
#include <QIODevice>
|
||||
#include <QMutexLocker>
|
||||
#include <QFile>
|
||||
|
||||
class BufferIODevicePrivate;
|
||||
|
||||
|
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "BufferIoDevice.h"
|
||||
|
||||
#include <QMutex>
|
||||
|
||||
class BufferIODevicePrivate
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user