aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/convolution.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 16:04:54 -0700
committerChris Robinson <[email protected]>2021-04-27 16:04:54 -0700
commit061148072f6bbcda20d57a4512e414c833129479 (patch)
tree5bf9c8897eec173cb2846924711f2d79f07fbeff /alc/effects/convolution.cpp
parent2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff)
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'alc/effects/convolution.cpp')
-rw-r--r--alc/effects/convolution.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/convolution.cpp b/alc/effects/convolution.cpp
index fd68ea41..ca5a7321 100644
--- a/alc/effects/convolution.cpp
+++ b/alc/effects/convolution.cpp
@@ -19,9 +19,11 @@
#include "albyte.h"
#include "alcomplex.h"
+#include "alc/effectslot.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "alspan.h"
+#include "base.h"
#include "core/ambidefs.h"
#include "core/bufferline.h"
#include "core/buffer_storage.h"
@@ -31,8 +33,6 @@
#include "core/filters/splitter.h"
#include "core/fmt_traits.h"
#include "core/mixer.h"
-#include "effects/base.h"
-#include "effectslot.h"
#include "intrusive_ptr.h"
#include "math_defs.h"
#include "polyphase_resampler.h"