From d2f587ee23f3e538d6d2744b9acae2e15e047db8 Mon Sep 17 00:00:00 2001 From: Chris Robinson <chris.kcat@gmail.com> Date: Thu, 22 Apr 2021 03:14:31 -0700 Subject: Move helpers.cpp to core --- alc/backends/wasapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/backends/wasapi.cpp') 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" -- cgit v1.2.3