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/distortion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/effects/distortion.cpp') diff --git a/al/effects/distortion.cpp b/al/effects/distortion.cpp index 8961a4d9..f5d64a9a 100644 --- a/al/effects/distortion.cpp +++ b/al/effects/distortion.cpp @@ -4,8 +4,8 @@ #include "AL/al.h" #include "AL/efx.h" +#include "alc/effects/base.h" #include "effects.h" -#include "effects/base.h" namespace { -- cgit v1.2.3