From 06dcfc3fcfe7a93e9ec53406077b3211579cc92f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 16:40:22 -0700 Subject: Rename alcmain.h to device.h --- 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 25d84f9f..9c45ebda 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -46,10 +46,10 @@ #include "AL/efx.h" #include "albit.h" -#include "alc/alcmain.h" #include "alc/alcontext.h" #include "alc/alu.h" #include "alc/backends/base.h" +#include "alc/device.h" #include "alc/inprogext.h" #include "almalloc.h" #include "alnumeric.h" -- cgit v1.2.3