aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-29 17:54:07 -0700
committerChris Robinson <[email protected]>2019-07-29 17:54:07 -0700
commit4c9e18c5a0c29548eb38db636785aa7064713c5d (patch)
tree7b7904b9a0c33256ec7f094b31c7ed0cdafc487d /alc/alu.cpp
parentc2de0782cfec62d6a1c3fe2d409d0f64528ae5f7 (diff)
Rename al/* sources to avoid camel-case
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 31689997..b2e1effa 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -45,11 +45,12 @@
#include "AL/alc.h"
#include "AL/efx.h"
-#include "alAuxEffectSlot.h"
-#include "alBuffer.h"
+#include "al/auxeffectslot.h"
+#include "al/buffer.h"
+#include "al/effect.h"
+#include "al/event.h"
+#include "al/listener.h"
#include "alcmain.h"
-#include "alEffect.h"
-#include "alListener.h"
#include "alcontext.h"
#include "almalloc.h"
#include "alnumeric.h"
@@ -60,7 +61,6 @@
#include "bs2b.h"
#include "cpu_caps.h"
#include "effects/base.h"
-#include "event.h"
#include "filters/biquad.h"
#include "filters/nfc.h"
#include "filters/splitter.h"