aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.cpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-08 16:29:16 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:01 +0200
commit45e3ae285c63d91dcac426cffdd9d9648e48399b (patch)
treea3d483027356fec5a953545e691ea07ef417bf63 /src/bootstrap.cpp
parentdcc6d3d5cafe47d53d1b321476bf73bb2d65ae9b (diff)
refactor: move components to game folder
Diffstat (limited to 'src/bootstrap.cpp')
-rw-r--r--src/bootstrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.cpp b/src/bootstrap.cpp
index 1231937..3554183 100644
--- a/src/bootstrap.cpp
+++ b/src/bootstrap.cpp
@@ -15,7 +15,6 @@
#include "interfaces/statusline.hpp"
// Implementations
-#include "engine/components/statusline.hpp"
#include "engine/data/bounds.hpp"
#include "engine/data/vector2.hpp"
#include "engine/engine.hpp"
@@ -25,6 +24,7 @@
#include "engine/user/cursor.hpp"
#include "engine/user/input.hpp"
#include "game/cell_helper.hpp"
+#include "game/components/statusline.hpp"
#include "game/game.hpp"
#include "game/generation_tracker.hpp"
#include "game/status_manager.hpp"