mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
remove unused include and forward declarations
This commit is contained in:
parent
2ce92be94b
commit
bde042ba3a
|
@ -22,7 +22,6 @@
|
|||
#define AUDIO_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QHash>
|
||||
#include <QMutexLocker>
|
||||
#include <atomic>
|
||||
#include <cmath>
|
||||
|
@ -36,11 +35,7 @@
|
|||
#include <AL/alext.h>
|
||||
#endif
|
||||
|
||||
class QString;
|
||||
class QByteArray;
|
||||
class QTimer;
|
||||
class QThread;
|
||||
class QMutex;
|
||||
struct Tox;
|
||||
class AudioFilterer;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user