summaryrefslogtreecommitdiffstats
path: root/src/mixer/samplerbank.cpp
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/samplerbank.cpp
parent4c5995cc1fb6334ed8933d6db733376465deb17a (diff)
Move all Control classes to src/control.
Diffstat (limited to 'src/mixer/samplerbank.cpp')
-rw-r--r--src/mixer/samplerbank.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/samplerbank.cpp b/src/mixer/samplerbank.cpp
index ea915ae6b0..e4ae049426 100644
--- a/src/mixer/samplerbank.cpp
+++ b/src/mixer/samplerbank.cpp
@@ -3,7 +3,7 @@
#include <QFileDialog>
#include <QMessageBox>
-#include "controlpushbutton.h"
+#include "control/controlpushbutton.h"
#include "mixer/playermanager.h"
#include "mixer/sampler.h"
#include "track/track.h"