From 65e4c20c27f2acf853e58fd4c26ebc0e3eb926c6 Mon Sep 17 00:00:00 2001 From: Chris Robinson <chris.kcat@gmail.com> Date: Mon, 16 May 2022 02:08:18 -0700 Subject: Move EAX files to their own sub-directory --- al/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/buffer.h') diff --git a/al/buffer.h b/al/buffer.h index b3a0f0d8..7ded83bd 100644 --- a/al/buffer.h +++ b/al/buffer.h @@ -13,7 +13,7 @@ #include "vector.h" #ifdef ALSOFT_EAX -#include "eax_x_ram.h" +#include "eax/x_ram.h" #endif // ALSOFT_EAX /* User formats */ -- cgit v1.2.3