summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2015-12-27 00:38:20 -0500
committerRJ Ryan <rryan@mixxx.org>2015-12-27 00:38:20 -0500
commit766aab108f7084b9f8f2b03b969a4a0cc8c29661 (patch)
tree25f767a258e96632b04b4dd2a3afc774a578d329 /src/effects/effectchain.h
parent83b812c36896c268794a8967a16a12cb7f779919 (diff)
Rename src/util.h to src/util/class.h.
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index 14f58ae85a..356e56015c 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -6,9 +6,9 @@
#include <QList>
#include <QDomDocument>
-#include "util.h"
#include "effects/effect.h"
#include "engine/channelhandle.h"
+#include "util/class.h"
class EffectsManager;
class EngineEffectRack;