diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index ca0dcd31..5336a2a8 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -19,9 +19,9 @@ #ifdef ALSOFT_EAX #include <memory> -#include "eax_eax_call.h" -#include "eax_effect.h" -#include "eax_fx_slot_index.h" +#include "eax/eax_call.h" +#include "eax/effect.h" +#include "eax/fx_slot_index.h" #endif // ALSOFT_EAX struct ALbuffer; |