aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-16 13:58:23 -0800
committerChris Robinson <[email protected]>2020-12-16 13:58:51 -0800
commitefc9c146c3c9c2c08af88a6c26d13da9ec5be074 (patch)
tree3b721a6dabe6592da88408425ae041bcde716225 /alc/alu.cpp
parent9710a859fa13ea105071b1e4d72a335d8ec6b3be (diff)
Move AsyncEvent to a separate header
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 790b8485..6ecafd09 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -44,13 +44,13 @@
#include "AL/alc.h"
#include "AL/efx.h"
-#include "al/event.h"
#include "alcmain.h"
#include "alcontext.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "alspan.h"
#include "alstring.h"
+#include "async_event.h"
#include "atomic.h"
#include "bformatdec.h"
#include "core/ambidefs.h"