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/buffer.cpp | |
parent | 2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff) |
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'al/buffer.cpp')
-rw-r--r-- | al/buffer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/al/buffer.cpp b/al/buffer.cpp index 21f46fc8..aaffddf1 100644 --- a/al/buffer.cpp +++ b/al/buffer.cpp @@ -43,8 +43,9 @@ #include "albit.h" #include "albyte.h" -#include "alcmain.h" -#include "alcontext.h" +#include "alc/alcmain.h" +#include "alc/alcontext.h" +#include "alc/inprogext.h" #include "almalloc.h" #include "alnumeric.h" #include "aloptional.h" @@ -52,7 +53,6 @@ #include "core/except.h" #include "core/logging.h" #include "core/voice.h" -#include "inprogext.h" #include "opthelpers.h" |