aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/autowah.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effects/autowah.cpp')
-rw-r--r--alc/effects/autowah.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/autowah.cpp b/alc/effects/autowah.cpp
index 6016b8ab..9c2ec335 100644
--- a/alc/effects/autowah.cpp
+++ b/alc/effects/autowah.cpp
@@ -26,6 +26,8 @@
#include <iterator>
#include <utility>
+#include "alc/effects/base.h"
+#include "alc/effectslot.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "alspan.h"
@@ -35,8 +37,6 @@
#include "core/devformat.h"
#include "core/device.h"
#include "core/mixer.h"
-#include "effects/base.h"
-#include "effectslot.h"
#include "intrusive_ptr.h"
#include "math_defs.h"