diff options
Diffstat (limited to 'al')
-rw-r--r-- | al/auxeffectslot.cpp | 2 | ||||
-rw-r--r-- | al/buffer.cpp | 2 | ||||
-rw-r--r-- | al/effect.cpp | 2 | ||||
-rw-r--r-- | al/effects/effects.h | 2 | ||||
-rw-r--r-- | al/error.cpp | 2 | ||||
-rw-r--r-- | al/event.cpp | 2 | ||||
-rw-r--r-- | al/extension.cpp | 2 | ||||
-rw-r--r-- | al/filter.cpp | 2 | ||||
-rw-r--r-- | al/listener.cpp | 2 | ||||
-rw-r--r-- | al/source.cpp | 2 | ||||
-rw-r--r-- | al/state.cpp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index a69df77a..e3e8a125 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -36,12 +36,12 @@ #include "alcmain.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" #include "alu.h" #include "buffer.h" +#include "core/except.h" #include "core/logging.h" #include "effect.h" #include "fpu_ctrl.h" diff --git a/al/buffer.cpp b/al/buffer.cpp index 0ee6b808..cdbedf70 100644 --- a/al/buffer.cpp +++ b/al/buffer.cpp @@ -44,11 +44,11 @@ #include "albyte.h" #include "alcmain.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "alnumeric.h" #include "aloptional.h" #include "atomic.h" +#include "core/except.h" #include "inprogext.h" #include "opthelpers.h" diff --git a/al/effect.cpp b/al/effect.cpp index 029ecaa8..7ddf9664 100644 --- a/al/effect.cpp +++ b/al/effect.cpp @@ -40,10 +40,10 @@ #include "alcmain.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "alnumeric.h" #include "alstring.h" +#include "core/except.h" #include "core/logging.h" #include "effects/base.h" #include "opthelpers.h" diff --git a/al/effects/effects.h b/al/effects/effects.h index 47b089ba..d6c88c4f 100644 --- a/al/effects/effects.h +++ b/al/effects/effects.h @@ -3,7 +3,7 @@ #include "AL/al.h" -#include "alexcpt.h" +#include "core/except.h" union EffectProps; diff --git a/al/error.cpp b/al/error.cpp index f9c408d2..444b55aa 100644 --- a/al/error.cpp +++ b/al/error.cpp @@ -36,8 +36,8 @@ #include "AL/alc.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" +#include "core/except.h" #include "core/logging.h" #include "opthelpers.h" #include "vector.h" diff --git a/al/event.cpp b/al/event.cpp index 6834253a..7267625d 100644 --- a/al/event.cpp +++ b/al/event.cpp @@ -19,9 +19,9 @@ #include "albyte.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "async_event.h" +#include "core/except.h" #include "core/logging.h" #include "effects/base.h" #include "inprogext.h" diff --git a/al/extension.cpp b/al/extension.cpp index 35c53136..7346a5c6 100644 --- a/al/extension.cpp +++ b/al/extension.cpp @@ -28,8 +28,8 @@ #include "AL/alc.h" #include "alcontext.h" -#include "alexcpt.h" #include "alstring.h" +#include "core/except.h" #include "opthelpers.h" diff --git a/al/filter.cpp b/al/filter.cpp index 2f49c52e..e549b1c9 100644 --- a/al/filter.cpp +++ b/al/filter.cpp @@ -38,9 +38,9 @@ #include "alcmain.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "alnumeric.h" +#include "core/except.h" #include "opthelpers.h" #include "vector.h" diff --git a/al/listener.cpp b/al/listener.cpp index cef96fb0..4bbc145c 100644 --- a/al/listener.cpp +++ b/al/listener.cpp @@ -30,9 +30,9 @@ #include "AL/efx.h" #include "alcontext.h" -#include "alexcpt.h" #include "almalloc.h" #include "atomic.h" +#include "core/except.h" #include "opthelpers.h" 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" 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" |