From 65e4c20c27f2acf853e58fd4c26ebc0e3eb926c6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 16 May 2022 02:08:18 -0700 Subject: Move EAX files to their own sub-directory --- al/source.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'al/source.h') diff --git a/al/source.h b/al/source.h index 6db6bfa7..6fc1c1d4 100644 --- a/al/source.h +++ b/al/source.h @@ -22,9 +22,9 @@ #include "vector.h" #ifdef ALSOFT_EAX -#include "eax_eax_call.h" -#include "eax_fx_slot_index.h" -#include "eax_utils.h" +#include "eax/eax_call.h" +#include "eax/fx_slot_index.h" +#include "eax/utils.h" #endif // ALSOFT_EAX struct ALbuffer; -- cgit v1.2.3