diff options
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp index 5fae7b54..fa7665c4 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -47,7 +47,6 @@ #include "alcmain.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "alnumeric.h" #include "aloptional.h" @@ -59,6 +58,7 @@ #include "bformatdec.h" #include "buffer.h" #include "core/ambidefs.h" +#include "core/except.h" #include "core/filters/nfc.h" #include "core/filters/splitter.h" #include "core/logging.h" |