summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainslot.cpp
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-04-04 16:15:23 -0500
committerBe <be@mixxx.org>2020-04-04 16:15:23 -0500
commitf319d5ad7e70ed7f331c5b79a4fb7d2ffb661b87 (patch)
treeae9bbb4f2e251949f479810c812aec2991d8773d /src/effects/effectchainslot.cpp
parent0c54c3c1b61b510ceeaa60f36b628e4d4e3ec36c (diff)
create src/effects/backends folder to improve organization
EffectProcessor, EffectManifest, EffectManifestParameter are so closely related to the backends that I moved them to src/effects/backends too.
Diffstat (limited to 'src/effects/effectchainslot.cpp')
-rw-r--r--src/effects/effectchainslot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/effectchainslot.cpp b/src/effects/effectchainslot.cpp
index 50ee9f0571..c25295e581 100644
--- a/src/effects/effectchainslot.cpp
+++ b/src/effects/effectchainslot.cpp
@@ -3,7 +3,7 @@
#include "control/controlencoder.h"
#include "control/controlpotmeter.h"
#include "control/controlpushbutton.h"
-#include "effects/effectprocessor.h"
+#include "effects/backends/effectprocessor.h"
#include "effects/effectslot.h"
#include "effects/effectsmanager.h"
#include "effects/effectxmlelements.h"