From e3c0b60cc6cd5c0c0ff8e5dd672c947db3aeeeef Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 18:31:20 -0700 Subject: Rename alcontext.h and move some functions to context.cpp --- al/auxeffectslot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/auxeffectslot.cpp') diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index 83904a44..d1ab29ee 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -36,8 +36,8 @@ #include "AL/efx.h" #include "albit.h" -#include "alc/alcontext.h" #include "alc/alu.h" +#include "alc/context.h" #include "alc/device.h" #include "alc/inprogext.h" #include "almalloc.h" -- cgit v1.2.3