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/null.cpp | |
parent | 2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff) |
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'alc/backends/null.cpp')
-rw-r--r-- | alc/backends/null.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/alc/backends/null.cpp b/alc/backends/null.cpp index 763d4d2e..5a8fc255 100644 --- a/alc/backends/null.cpp +++ b/alc/backends/null.cpp @@ -20,7 +20,7 @@ #include "config.h" -#include "backends/null.h" +#include "null.h" #include <exception> #include <atomic> @@ -30,9 +30,8 @@ #include <functional> #include <thread> -#include "alcmain.h" +#include "core/device.h" #include "almalloc.h" -#include "alu.h" #include "core/helpers.h" #include "threads.h" |