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/state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/state.cpp') diff --git a/al/state.cpp b/al/state.cpp index 396c15c7..10c7bc74 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -32,8 +32,8 @@ #include "AL/alc.h" #include "AL/alext.h" -#include "alc/alcontext.h" #include "alc/alu.h" +#include "alc/context.h" #include "alc/inprogext.h" #include "alnumeric.h" #include "aloptional.h" -- cgit v1.2.3