aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/wasapi.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-22 03:14:31 -0700
committerChris Robinson <[email protected]>2021-04-22 03:15:26 -0700
commitd2f587ee23f3e538d6d2744b9acae2e15e047db8 (patch)
tree6605d92963ade5f06b0f475b97a8192d25dd9a92 /alc/backends/wasapi.cpp
parentf0154c4366445f8ef360c233e9bc11a33d75b922 (diff)
Move helpers.cpp to core
Diffstat (limited to 'alc/backends/wasapi.cpp')
-rw-r--r--alc/backends/wasapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/wasapi.cpp b/alc/backends/wasapi.cpp
index 6e54fa48..4df64e73 100644
--- a/alc/backends/wasapi.cpp
+++ b/alc/backends/wasapi.cpp
@@ -58,9 +58,9 @@
#include "albit.h"
#include "alcmain.h"
#include "alu.h"
-#include "compat.h"
#include "comptr.h"
#include "converter.h"
+#include "core/helpers.h"
#include "core/logging.h"
#include "ringbuffer.h"
#include "strutils.h"