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/filters | |
parent | bb0062625f13bd64c9f83f8c482eae119009a48f (diff) |
Rename alMain.h to alcmain.h
And move it and alu.h to Alc/.
Diffstat (limited to 'Alc/filters')
-rw-r--r-- | Alc/filters/nfc.cpp | 2 | ||||
-rw-r--r-- | Alc/filters/splitter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Alc/filters/nfc.cpp b/Alc/filters/nfc.cpp index e607dd56..1a567f2c 100644 --- a/Alc/filters/nfc.cpp +++ b/Alc/filters/nfc.cpp @@ -5,7 +5,7 @@ #include <algorithm> -#include "alMain.h" +#include "alcmain.h" /* Near-field control filters are the basis for handling the near-field effect. diff --git a/Alc/filters/splitter.h b/Alc/filters/splitter.h index 70fddd9e..927c4d17 100644 --- a/Alc/filters/splitter.h +++ b/Alc/filters/splitter.h @@ -1,7 +1,7 @@ #ifndef FILTER_SPLITTER_H #define FILTER_SPLITTER_H -#include "alMain.h" +#include "alcmain.h" #include "almalloc.h" |