diff options
author | Chris Robinson <[email protected]> | 2019-07-29 15:57:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-29 15:58:26 -0700 |
commit | 76d87330ec7c34efeee86654db4c6ed405810de2 (patch) | |
tree | 2974a301ee77d0022a0b7c9b1e78ff4402355d5b /al/event.cpp | |
parent | 0a26bab14e0100b883f59958f3ce417888cebc62 (diff) |
Move the event declarations to a separate header
Diffstat (limited to 'al/event.cpp')
-rw-r--r-- | al/event.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/al/event.cpp b/al/event.cpp index d50cef2e..44d825c6 100644 --- a/al/event.cpp +++ b/al/event.cpp @@ -1,6 +1,8 @@ #include "config.h" +#include "event.h" + #include <algorithm> #include <atomic> #include <cstring> @@ -16,7 +18,6 @@ #include "alError.h" #include "albyte.h" -#include "alcmain.h" #include "alcontext.h" #include "alexcpt.h" #include "almalloc.h" |