aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/winmm.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 /alc/backends/winmm.cpp
parentf0fe57dc5a1b518397688b868592287f49d1afef (diff)
Move logging to core
Diffstat (limited to 'alc/backends/winmm.cpp')
-rw-r--r--alc/backends/winmm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/winmm.cpp b/alc/backends/winmm.cpp
index 274536b3..d4e7c786 100644
--- a/alc/backends/winmm.cpp
+++ b/alc/backends/winmm.cpp
@@ -42,7 +42,7 @@
#include "alexcpt.h"
#include "alu.h"
#include "compat.h"
-#include "logging.h"
+#include "core/logging.h"
#include "ringbuffer.h"
#include "strutils.h"
#include "threads.h"