aboutsummaryrefslogtreecommitdiffstats
path: root/al
diff options
context:
space:
mode:
Diffstat (limited to 'al')
-rw-r--r--al/auxeffectslot.cpp2
-rw-r--r--al/buffer.cpp2
-rw-r--r--al/effect.cpp3
-rw-r--r--al/error.cpp2
-rw-r--r--al/event.cpp2
-rw-r--r--al/extension.cpp2
-rw-r--r--al/filter.cpp2
-rw-r--r--al/listener.cpp2
-rw-r--r--al/source.cpp2
-rw-r--r--al/source.h2
-rw-r--r--al/state.cpp2
11 files changed, 12 insertions, 11 deletions
diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp
index 83904a44..d1ab29ee 100644
--- a/al/auxeffectslot.cpp
+++ b/al/auxeffectslot.cpp
@@ -36,8 +36,8 @@
#include "AL/efx.h"
#include "albit.h"
-#include "alc/alcontext.h"
#include "alc/alu.h"
+#include "alc/context.h"
#include "alc/device.h"
#include "alc/inprogext.h"
#include "almalloc.h"
diff --git a/al/buffer.cpp b/al/buffer.cpp
index 4623ae30..aa997130 100644
--- a/al/buffer.cpp
+++ b/al/buffer.cpp
@@ -43,7 +43,7 @@
#include "albit.h"
#include "albyte.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "alc/device.h"
#include "alc/inprogext.h"
#include "almalloc.h"
diff --git a/al/effect.cpp b/al/effect.cpp
index 5b10df2e..a15194fd 100644
--- a/al/effect.cpp
+++ b/al/effect.cpp
@@ -39,9 +39,10 @@
#include "AL/efx.h"
#include "albit.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "alc/device.h"
#include "alc/effects/base.h"
+#include "alc/inprogext.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "alstring.h"
diff --git a/al/error.cpp b/al/error.cpp
index b6489a86..b5b6f430 100644
--- a/al/error.cpp
+++ b/al/error.cpp
@@ -35,7 +35,7 @@
#include "AL/al.h"
#include "AL/alc.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "almalloc.h"
#include "core/except.h"
#include "core/logging.h"
diff --git a/al/event.cpp b/al/event.cpp
index 5b6c1976..fd4667f7 100644
--- a/al/event.cpp
+++ b/al/event.cpp
@@ -18,7 +18,7 @@
#include "AL/alc.h"
#include "albyte.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "alc/effects/base.h"
#include "alc/inprogext.h"
#include "almalloc.h"
diff --git a/al/extension.cpp b/al/extension.cpp
index bd903a6f..d47bb576 100644
--- a/al/extension.cpp
+++ b/al/extension.cpp
@@ -27,7 +27,7 @@
#include "AL/al.h"
#include "AL/alc.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "alstring.h"
#include "core/except.h"
#include "opthelpers.h"
diff --git a/al/filter.cpp b/al/filter.cpp
index 0c4e647f..21a8fee7 100644
--- a/al/filter.cpp
+++ b/al/filter.cpp
@@ -37,7 +37,7 @@
#include "AL/efx.h"
#include "albit.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "alc/device.h"
#include "almalloc.h"
#include "alnumeric.h"
diff --git a/al/listener.cpp b/al/listener.cpp
index 00626a20..0997ff95 100644
--- a/al/listener.cpp
+++ b/al/listener.cpp
@@ -29,7 +29,7 @@
#include "AL/alc.h"
#include "AL/efx.h"
-#include "alc/alcontext.h"
+#include "alc/context.h"
#include "almalloc.h"
#include "atomic.h"
#include "core/except.h"
diff --git a/al/source.cpp b/al/source.cpp
index 9c45ebda..67cfacb6 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -46,9 +46,9 @@
#include "AL/efx.h"
#include "albit.h"
-#include "alc/alcontext.h"
#include "alc/alu.h"
#include "alc/backends/base.h"
+#include "alc/context.h"
#include "alc/device.h"
#include "alc/inprogext.h"
#include "almalloc.h"
diff --git a/al/source.h b/al/source.h
index dd3f56a7..4d1f66dc 100644
--- a/al/source.h
+++ b/al/source.h
@@ -11,8 +11,8 @@
#include "AL/al.h"
#include "AL/alc.h"
-#include "alc/alcontext.h"
#include "alc/alu.h"
+#include "alc/context.h"
#include "aldeque.h"
#include "almalloc.h"
#include "alnumeric.h"
diff --git a/al/state.cpp b/al/state.cpp
index 396c15c7..10c7bc74 100644
--- a/al/state.cpp
+++ b/al/state.cpp
@@ -32,8 +32,8 @@
#include "AL/alc.h"
#include "AL/alext.h"
-#include "alc/alcontext.h"
#include "alc/alu.h"
+#include "alc/context.h"
#include "alc/inprogext.h"
#include "alnumeric.h"
#include "aloptional.h"