aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effectslot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effectslot.cpp')
-rw-r--r--alc/effectslot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effectslot.cpp b/alc/effectslot.cpp
index 8abac248..21084f39 100644
--- a/alc/effectslot.cpp
+++ b/alc/effectslot.cpp
@@ -5,8 +5,8 @@
#include <stddef.h>
-#include "alcontext.h"
#include "almalloc.h"
+#include "context.h"
EffectSlotArray *EffectSlot::CreatePtrArray(size_t count) noexcept