From 22a8ebff8094785ec53aadef8489dc60f6939d55 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 26 Apr 2021 07:56:00 -0700 Subject: Move GetChannelIdxByName and clean up some more includes --- alc/backends/base.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'alc/backends/base.cpp') diff --git a/alc/backends/base.cpp b/alc/backends/base.cpp index c4a4abeb..0c28d238 100644 --- a/alc/backends/base.cpp +++ b/alc/backends/base.cpp @@ -3,21 +3,22 @@ #include "base.h" +#include +#include #include -#include #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include #include -#endif #include "albit.h" -#include "alcmain.h" -#include "alnumeric.h" +#include "core/logging.h" #include "aloptional.h" +#endif + #include "atomic.h" -#include "core/logging.h" +#include "core/devformat.h" bool BackendBase::reset() -- cgit v1.2.3