aboutsummaryrefslogtreecommitdiffstats
path: root/alc/panning.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 16:40:22 -0700
committerChris Robinson <[email protected]>2021-04-27 16:40:22 -0700
commit06dcfc3fcfe7a93e9ec53406077b3211579cc92f (patch)
treef983566b860610e37572aef48d5f436a65aad311 /alc/panning.cpp
parent061148072f6bbcda20d57a4512e414c833129479 (diff)
Rename alcmain.h to device.h
Diffstat (limited to 'alc/panning.cpp')
-rw-r--r--alc/panning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/panning.cpp b/alc/panning.cpp
index 5e263111..00fe9023 100644
--- a/alc/panning.cpp
+++ b/alc/panning.cpp
@@ -38,7 +38,6 @@
#include "AL/alext.h"
#include "al/auxeffectslot.h"
-#include "alcmain.h"
#include "alconfig.h"
#include "alcontext.h"
#include "almalloc.h"
@@ -56,6 +55,7 @@
#include "core/hrtf.h"
#include "core/logging.h"
#include "core/uhjfilter.h"
+#include "device.h"
#include "math_defs.h"
#include "opthelpers.h"