aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/oss.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 16:04:54 -0700
committerChris Robinson <[email protected]>2021-04-27 16:04:54 -0700
commit061148072f6bbcda20d57a4512e414c833129479 (patch)
tree5bf9c8897eec173cb2846924711f2d79f07fbeff /alc/backends/oss.cpp
parent2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff)
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'alc/backends/oss.cpp')
-rw-r--r--alc/backends/oss.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/alc/backends/oss.cpp b/alc/backends/oss.cpp
index d769a1eb..6d4fa261 100644
--- a/alc/backends/oss.cpp
+++ b/alc/backends/oss.cpp
@@ -20,7 +20,7 @@
#include "config.h"
-#include "backends/oss.h"
+#include "oss.h"
#include <fcntl.h>
#include <poll.h>
@@ -41,13 +41,12 @@
#include <thread>
#include <utility>
-#include "alcmain.h"
-#include "alconfig.h"
#include "albyte.h"
+#include "alc/alconfig.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "aloptional.h"
-#include "alu.h"
+#include "core/device.h"
#include "core/helpers.h"
#include "core/logging.h"
#include "ringbuffer.h"