summaryrefslogtreecommitdiffstats
path: root/src/mixer/playerinfo.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-04-27 10:33:48 -0700
committerRJ Ryan <rryan@mixxx.org>2016-04-27 10:33:48 -0700
commitd920f19d95ba3ea89083cd65e7bbc0814f82b0c6 (patch)
tree13f9c20f3ef37e41213a92069fdfff1fca67b7fd /src/mixer/playerinfo.h
parent4c5995cc1fb6334ed8933d6db733376465deb17a (diff)
Move all Control classes to src/control.
Diffstat (limited to 'src/mixer/playerinfo.h')
-rw-r--r--src/mixer/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/playerinfo.h b/src/mixer/playerinfo.h
index 542c0e54b9..960477c953 100644
--- a/src/mixer/playerinfo.h
+++ b/src/mixer/playerinfo.h
@@ -22,7 +22,7 @@
#include <QMap>
#include <QTimerEvent>
-#include "controlobjectslave.h"
+#include "control/controlobjectslave.h"
#include "track/track.h"
class PlayerInfo : public QObject {