aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/alsa.h
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/alsa.h
parent2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff)
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'alc/backends/alsa.h')
-rw-r--r--alc/backends/alsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/alsa.h b/alc/backends/alsa.h
index 1a28e6b9..b256dcf5 100644
--- a/alc/backends/alsa.h
+++ b/alc/backends/alsa.h
@@ -1,7 +1,7 @@
#ifndef BACKENDS_ALSA_H
#define BACKENDS_ALSA_H
-#include "backends/base.h"
+#include "base.h"
struct AlsaBackendFactory final : public BackendFactory {
public: