From d2f587ee23f3e538d6d2744b9acae2e15e047db8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 Apr 2021 03:14:31 -0700 Subject: Move helpers.cpp to core --- alc/backends/alsa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/backends/alsa.cpp') diff --git a/alc/backends/alsa.cpp b/alc/backends/alsa.cpp index fe19be04..1153b99a 100644 --- a/alc/backends/alsa.cpp +++ b/alc/backends/alsa.cpp @@ -42,7 +42,7 @@ #include "alnumeric.h" #include "aloptional.h" #include "alu.h" -#include "compat.h" +#include "core/helpers.h" #include "core/logging.h" #include "dynload.h" #include "ringbuffer.h" -- cgit v1.2.3