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/effects/base.h | |
parent | bb0062625f13bd64c9f83f8c482eae119009a48f (diff) |
Rename alMain.h to alcmain.h
And move it and alu.h to Alc/.
Diffstat (limited to 'Alc/effects/base.h')
-rw-r--r-- | Alc/effects/base.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/effects/base.h b/Alc/effects/base.h index 2b067f11..4f48de22 100644 --- a/Alc/effects/base.h +++ b/Alc/effects/base.h @@ -1,8 +1,7 @@ #ifndef EFFECTS_BASE_H #define EFFECTS_BASE_H -#include "alMain.h" - +#include "alcmain.h" #include "almalloc.h" #include "alspan.h" #include "atomic.h" |