aboutsummaryrefslogtreecommitdiffstats
path: root/al/error.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 /al/error.cpp
parent2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff)
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'al/error.cpp')
-rw-r--r--al/error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/error.cpp b/al/error.cpp
index 444b55aa..b6489a86 100644
--- a/al/error.cpp
+++ b/al/error.cpp
@@ -35,7 +35,7 @@
#include "AL/al.h"
#include "AL/alc.h"
-#include "alcontext.h"
+#include "alc/alcontext.h"
#include "almalloc.h"
#include "core/except.h"
#include "core/logging.h"