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/alconfig.cpp | |
parent | f0154c4366445f8ef360c233e9bc11a33d75b922 (diff) |
Move helpers.cpp to core
Diffstat (limited to 'alc/alconfig.cpp')
-rw-r--r-- | alc/alconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alconfig.cpp b/alc/alconfig.cpp index 634679aa..5e00c054 100644 --- a/alc/alconfig.cpp +++ b/alc/alconfig.cpp @@ -40,7 +40,7 @@ #include "alfstream.h" #include "alstring.h" -#include "compat.h" +#include "core/helpers.h" #include "core/logging.h" #include "strutils.h" #include "vector.h" |