diff options
author | Chris Robinson <[email protected]> | 2021-04-27 16:40:22 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 16:40:22 -0700 |
commit | 06dcfc3fcfe7a93e9ec53406077b3211579cc92f (patch) | |
tree | f983566b860610e37572aef48d5f436a65aad311 /al/source.cpp | |
parent | 061148072f6bbcda20d57a4512e414c833129479 (diff) |
Rename alcmain.h to device.h
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |