diff options
author | Chris Robinson <[email protected]> | 2019-07-28 18:33:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-28 18:33:29 -0700 |
commit | 93e60919c8f387c36c267ca9faa1ac653254aea6 (patch) | |
tree | 4b14cde5bbe2e0390d26c40d3675576e66e8f942 /Alc/helpers.cpp | |
parent | bb0062625f13bd64c9f83f8c482eae119009a48f (diff) |
Rename alMain.h to alcmain.h
And move it and alu.h to Alc/.
Diffstat (limited to 'Alc/helpers.cpp')
-rw-r--r-- | Alc/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/helpers.cpp b/Alc/helpers.cpp index 9f6283a3..e86af6ce 100644 --- a/Alc/helpers.cpp +++ b/Alc/helpers.cpp @@ -103,7 +103,7 @@ DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c, 0x #include <shlobj.h> #endif -#include "alMain.h" +#include "alcmain.h" #include "almalloc.h" #include "compat.h" #include "cpu_caps.h" |