aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-17 01:25:33 -0800
committerChris Robinson <[email protected]>2020-12-17 02:47:03 -0800
commitd578bc6cb1b9bce4954ded9b138d51980163c233 (patch)
treee38c0c3869f80e39693f19ff7c184708ac4e7770 /al/source.cpp
parentf0fe57dc5a1b518397688b868592287f49d1afef (diff)
Move logging to core
Diffstat (limited to 'al/source.cpp')
-rw-r--r--al/source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp
index 2cb74589..5fae7b54 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -61,10 +61,10 @@
#include "core/ambidefs.h"
#include "core/filters/nfc.h"
#include "core/filters/splitter.h"
+#include "core/logging.h"
#include "event.h"
#include "filter.h"
#include "inprogext.h"
-#include "logging.h"
#include "math_defs.h"
#include "opthelpers.h"
#include "ringbuffer.h"