summaryrefslogtreecommitdiffstats
path: root/src/mixer/playerinfo.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-09-28 16:57:20 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-09-29 00:36:28 +0200
commita9d770bd2c214be727eee466e4f7e7c3c8311e94 (patch)
tree4dcb00b0fb29773ee282569e0595b1d934ea603a /src/mixer/playerinfo.h
parent119f3f2f0acd006e7aac800de6ea55ef71d6f3a2 (diff)
replace #include "track/track.h" by "track_decl.h" in all header files
Diffstat (limited to 'src/mixer/playerinfo.h')
-rw-r--r--src/mixer/playerinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mixer/playerinfo.h b/src/mixer/playerinfo.h
index 5aee4fc06c..68cef8d636 100644
--- a/src/mixer/playerinfo.h
+++ b/src/mixer/playerinfo.h
@@ -17,13 +17,13 @@
#ifndef MIXER_PLAYERINFO_H
#define MIXER_PLAYERINFO_H
-#include <QObject>
-#include <QMutex>
#include <QMap>
+#include <QMutex>
+#include <QObject>
#include <QTimerEvent>
#include "control/controlproxy.h"
-#include "track/track.h"
+#include "track/track_decl.h"
class PlayerInfo : public QObject {
Q_OBJECT