diff options
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |