aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/opensl.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-28 18:33:29 -0700
committerChris Robinson <[email protected]>2019-07-28 18:33:29 -0700
commit93e60919c8f387c36c267ca9faa1ac653254aea6 (patch)
tree4b14cde5bbe2e0390d26c40d3675576e66e8f942 /Alc/backends/opensl.cpp
parentbb0062625f13bd64c9f83f8c482eae119009a48f (diff)
Rename alMain.h to alcmain.h
And move it and alu.h to Alc/.
Diffstat (limited to 'Alc/backends/opensl.cpp')
-rw-r--r--Alc/backends/opensl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/opensl.cpp b/Alc/backends/opensl.cpp
index 452028ea..b34dc0cb 100644
--- a/Alc/backends/opensl.cpp
+++ b/Alc/backends/opensl.cpp
@@ -31,7 +31,7 @@
#include <thread>
#include <functional>
-#include "alMain.h"
+#include "alcmain.h"
#include "alu.h"
#include "ringbuffer.h"
#include "threads.h"