From 191fe888b4bf55aac539315c75ed7f6d15f2ea7e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 12 Dec 2020 10:38:24 -0800 Subject: Move ambidefs.h to core --- alc/alu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/alu.cpp') 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" -- cgit v1.2.3