From e3c0b60cc6cd5c0c0ff8e5dd672c947db3aeeeef Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Tue, 27 Apr 2021 18:31:20 -0700
Subject: Rename alcontext.h and move some functions to context.cpp

---
 al/source.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'al/source.cpp')

diff --git a/al/source.cpp b/al/source.cpp
index 9c45ebda..67cfacb6 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -46,9 +46,9 @@
 #include "AL/efx.h"
 
 #include "albit.h"
-#include "alc/alcontext.h"
 #include "alc/alu.h"
 #include "alc/backends/base.h"
+#include "alc/context.h"
 #include "alc/device.h"
 #include "alc/inprogext.h"
 #include "almalloc.h"
-- 
cgit v1.2.3