summaryrefslogtreecommitdiff
path: root/src/code/z_vr_box.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_vr_box.c')
-rw-r--r--src/code/z_vr_box.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/code/z_vr_box.c b/src/code/z_vr_box.c
index 2fa2122ac..3387db500 100644
--- a/src/code/z_vr_box.c
+++ b/src/code/z_vr_box.c
@@ -1,14 +1,14 @@
-#include "z64skybox.h"
+#include "skybox.h"
#include "array_count.h"
#include "printf.h"
#include "segment_symbols.h"
#include "terminal.h"
#include "ultra64.h"
-#include "z64environment.h"
-#include "z64game.h"
-#include "z64play.h"
-#include "z64save.h"
+#include "environment.h"
+#include "game.h"
+#include "play_state.h"
+#include "save.h"
typedef struct SkyboxFaceParams {
/* 0x000 */ s32 xStart;