diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-12-21 18:00:43 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-12-24 22:49:55 -0800 |
commit | eedc42890fa1358a6639051a39f7e73f8d4d3b07 (patch) | |
tree | 927a986e1004db66cdf58741be908d8fb8eb6134 /al/state.cpp | |
parent | 63ea62bea1604ad97066809596da258751b48114 (diff) |
Move alexcpt to core
Diffstat (limited to 'al/state.cpp')
-rw-r--r-- | al/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/state.cpp b/al/state.cpp index c8eebbe0..026f2808 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -33,12 +33,12 @@ #include "AL/alext.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" #include "alu.h" #include "atomic.h" +#include "core/except.h" #include "event.h" #include "inprogext.h" #include "opthelpers.h" |