From 061148072f6bbcda20d57a4512e414c833129479 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 16:04:54 -0700 Subject: Update include headers Don't add alc/ to the include paths. --- al/effects/autowah.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/effects/autowah.cpp') diff --git a/al/effects/autowah.cpp b/al/effects/autowah.cpp index 65d4b702..9abef1f7 100644 --- a/al/effects/autowah.cpp +++ b/al/effects/autowah.cpp @@ -8,7 +8,7 @@ #include "AL/efx.h" -#include "effects/base.h" +#include "alc/effects/base.h" #include "effects.h" namespace { -- cgit v1.2.3