diff options
Diffstat (limited to 'src/code/z_path.c')
| -rw-r--r-- | src/code/z_path.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_path.c b/src/code/z_path.c index 29b51a8f1..f025f0449 100644 --- a/src/code/z_path.c +++ b/src/code/z_path.c @@ -1,9 +1,9 @@ #include "ultra64.h" #include "libc64/math64.h" #include "segmented_address.h" -#include "z64actor.h" -#include "z64path.h" -#include "z64play.h" +#include "actor.h" +#include "path.h" +#include "play_state.h" Path* Path_GetByIndex(PlayState* play, s16 index, s16 max) { Path* path; |
