summaryrefslogtreecommitdiff
path: root/src/port/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/Game.cpp')
-rw-r--r--src/port/Game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/Game.cpp b/src/port/Game.cpp
index 598b31100..8ccd382e6 100644
--- a/src/port/Game.cpp
+++ b/src/port/Game.cpp
@@ -17,7 +17,7 @@
#include "engine/objects/BombKart.h"
#include "engine/objects/Lakitu.h"
-#include "Smoke.h"
+#include "engine/Smoke.h"
#include "engine/HM_Intro.h"
@@ -42,7 +42,7 @@ extern "C" {
#include "main.h"
#include "audio/load.h"
#include "audio/external.h"
-#include "render_courses.h"
+#include "racing/render_courses.h"
#include "menus.h"
#include "update_objects.h"
#include "spawn_players.h"