diff options
author | Chris Robinson <[email protected]> | 2021-04-27 16:04:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 16:04:54 -0700 |
commit | 061148072f6bbcda20d57a4512e414c833129479 (patch) | |
tree | 5bf9c8897eec173cb2846924711f2d79f07fbeff /al/state.cpp | |
parent | 2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff) |
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'al/state.cpp')
-rw-r--r-- | al/state.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/al/state.cpp b/al/state.cpp index 950d64fc..b0b05972 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -32,17 +32,17 @@ #include "AL/alc.h" #include "AL/alext.h" -#include "alcmain.h" -#include "alcontext.h" +#include "alc/alcmain.h" +#include "alc/alcontext.h" +#include "alc/alu.h" +#include "alc/inprogext.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" -#include "alu.h" #include "atomic.h" #include "core/except.h" #include "core/voice.h" #include "event.h" -#include "inprogext.h" #include "opthelpers.h" #include "strutils.h" |