summaryrefslogtreecommitdiff
path: root/src/render_objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/render_objects.c')
-rw-r--r--src/render_objects.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render_objects.c b/src/render_objects.c
index 54b36625a..f100ab95d 100644
--- a/src/render_objects.c
+++ b/src/render_objects.c
@@ -14,7 +14,7 @@
#include <actor_types.h>
#include "camera.h"
#include "memory.h"
-#include "math_util.h"
+#include "racing/math_util.h"
#include "math_util_2.h"
#include "objects.h"
#include "waypoints.h"
@@ -28,7 +28,7 @@
#include "render_objects.h"
#include "update_objects.h"
#include "menu_items.h"
-#include "collision.h"
+#include "racing/collision.h"
#include "main.h"
#include "menus.h"
#include "code_80086E70.h"