diff options
author | Chris Robinson <[email protected]> | 2020-12-12 10:38:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-12 10:38:24 -0800 |
commit | 191fe888b4bf55aac539315c75ed7f6d15f2ea7e (patch) | |
tree | 1ab74c1f1c1f56405f7babcdfe58df9ef9002353 /alc/alu.cpp | |
parent | 1bb7f575f056f33d0957fe864cd62072982fc66e (diff) |
Move ambidefs.h to core
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index 1824a5a9..5ea54f23 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -55,9 +55,9 @@ #include "alnumeric.h" #include "alspan.h" #include "alstring.h" -#include "ambidefs.h" #include "atomic.h" #include "bformatdec.h" +#include "core/ambidefs.h" #include "core/bs2b.h" #include "core/bsinc_tables.h" #include "core/devformat.h" |