diff options
author | Chris Robinson <[email protected]> | 2021-04-22 03:14:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-22 03:15:26 -0700 |
commit | d2f587ee23f3e538d6d2744b9acae2e15e047db8 (patch) | |
tree | 6605d92963ade5f06b0f475b97a8192d25dd9a92 /alc/backends/alsa.cpp | |
parent | f0154c4366445f8ef360c233e9bc11a33d75b922 (diff) |
Move helpers.cpp to core
Diffstat (limited to 'alc/backends/alsa.cpp')
-rw-r--r-- | alc/backends/alsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |