summaryrefslogtreecommitdiff
path: root/src/engine/objects/CheepCheep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/CheepCheep.cpp')
-rw-r--r--src/engine/objects/CheepCheep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/objects/CheepCheep.cpp b/src/engine/objects/CheepCheep.cpp
index f81aeb795..145f1a4d5 100644
--- a/src/engine/objects/CheepCheep.cpp
+++ b/src/engine/objects/CheepCheep.cpp
@@ -7,7 +7,7 @@
extern "C" {
-#include "math_util.h"
+#include "racing/math_util.h"
#include "math_util_2.h"
#include "render_objects.h"
#include "update_objects.h"
@@ -15,7 +15,7 @@ extern "C" {
#include "code_80086E70.h"
#include "waypoints.h"
#include "code_80057C60.h"
-#include "some_data.h"
+#include "textures/some_data.h"
extern Vec3s D_800E634C[];
extern Lights1 D_800E45C0[];
}