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/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/error.cpp') diff --git a/al/error.cpp b/al/error.cpp index b6489a86..b5b6f430 100644 --- a/al/error.cpp +++ b/al/error.cpp @@ -35,7 +35,7 @@ #include "AL/al.h" #include "AL/alc.h" -#include "alc/alcontext.h" +#include "alc/context.h" #include "almalloc.h" #include "core/except.h" #include "core/logging.h" -- cgit v1.2.3