summaryrefslogtreecommitdiffstats
path: root/src/engine/sync
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2019-01-06 10:40:02 -0600
committerBe <be@mixxx.org>2019-01-06 11:02:56 -0600
commit4257db41cccd9f5e0f1730aea86edbb1be240170 (patch)
tree80b030aa3ffcb664c4e1a4c101d1d6f621e31a7f /src/engine/sync
parent603f5e5ee910b146f0d3d0a00af7acd5a5cdd291 (diff)
move EngineControls to their own folder
Diffstat (limited to 'src/engine/sync')
-rw-r--r--src/engine/sync/synccontrol.cpp4
-rw-r--r--src/engine/sync/synccontrol.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/sync/synccontrol.cpp b/src/engine/sync/synccontrol.cpp
index eb7a0b2f8b..9d0eb88ba0 100644
--- a/src/engine/sync/synccontrol.cpp
+++ b/src/engine/sync/synccontrol.cpp
@@ -3,10 +3,10 @@
#include "control/controlobject.h"
#include "control/controlpushbutton.h"
#include "control/controlproxy.h"
-#include "engine/bpmcontrol.h"
+#include "engine/controls/bpmcontrol.h"
+#include "engine/controls/ratecontrol.h"
#include "engine/enginebuffer.h"
#include "engine/enginechannel.h"
-#include "engine/ratecontrol.h"
#include "util/math.h"
#include "util/assert.h"
diff --git a/src/engine/sync/synccontrol.h b/src/engine/sync/synccontrol.h
index d2d127bd0d..8c72e87442 100644
--- a/src/engine/sync/synccontrol.h
+++ b/src/engine/sync/synccontrol.h
@@ -4,7 +4,7 @@
#include <QScopedPointer>
#include <gtest/gtest_prod.h>
-#include "engine/enginecontrol.h"
+#include "engine/controls/enginecontrol.h"
#include "engine/sync/syncable.h"
class EngineChannel;