summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/GameModel.cpp2
-rw-r--r--src/game/GameModel.h2
-rw-r--r--src/game/GameView.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/game/GameModel.cpp b/src/game/GameModel.cpp
index eb01615..668b755 100644
--- a/src/game/GameModel.cpp
+++ b/src/game/GameModel.cpp
@@ -3,7 +3,7 @@
#include "GameView.h"
#include "simulation/Simulation.h"
#include "simulation/Air.h"
-#include "Renderer.h"
+#include "graphics/Renderer.h"
#include "interface/Point.h"
#include "Brush.h"
#include "EllipseBrush.h"
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 48364a7..5f656c1 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -6,7 +6,7 @@
#include "client/SaveInfo.h"
#include "simulation/Simulation.h"
#include "interface/Colour.h"
-#include "Renderer.h"
+#include "graphics/Renderer.h"
#include "GameView.h"
#include "Brush.h"
#include "client/User.h"
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index 085433f..dd03987 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -4,7 +4,7 @@
#include "Config.h"
#include "Style.h"
#include "GameView.h"
-#include "Graphics.h"
+#include "graphics/Graphics.h"
#include "interface/Window.h"
#include "interface/Button.h"
#include "interface/Colour.h"