diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-04-27 16:04:54 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-04-27 16:04:54 -0700 |
commit | 061148072f6bbcda20d57a4512e414c833129479 (patch) | |
tree | 5bf9c8897eec173cb2846924711f2d79f07fbeff /alc/backends/sndio.cpp | |
parent | 2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff) |
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'alc/backends/sndio.cpp')
-rw-r--r-- | alc/backends/sndio.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alc/backends/sndio.cpp b/alc/backends/sndio.cpp index c7c42210..2d8b424c 100644 --- a/alc/backends/sndio.cpp +++ b/alc/backends/sndio.cpp @@ -20,7 +20,7 @@ #include "config.h" -#include "backends/sndio.h" +#include "sndio.h" #include <stdio.h> #include <stdlib.h> @@ -29,8 +29,8 @@ #include <thread> #include <functional> -#include "alcmain.h" -#include "alu.h" +#include "alnumeric.h" +#include "core/device.h" #include "core/helpers.h" #include "core/logging.h" #include "ringbuffer.h" |