diff options
author | Chris Robinson <[email protected]> | 2020-12-17 01:25:33 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-17 02:47:03 -0800 |
commit | d578bc6cb1b9bce4954ded9b138d51980163c233 (patch) | |
tree | e38c0c3869f80e39693f19ff7c184708ac4e7770 /alc/alc.cpp | |
parent | f0fe57dc5a1b518397688b868592287f49d1afef (diff) |
Move logging to core
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 2720033e..6fd61b44 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -85,6 +85,7 @@ #include "core/mastering.h" #include "core/filters/nfc.h" #include "core/filters/splitter.h" +#include "core/logging.h" #include "core/uhjfilter.h" #include "cpu_caps.h" #include "effects/base.h" @@ -93,7 +94,6 @@ #include "hrtf.h" #include "inprogext.h" #include "intrusive_ptr.h" -#include "logging.h" #include "opthelpers.h" #include "pragmadefs.h" #include "ringbuffer.h" |