diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-23 19:03:31 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-23 19:03:31 +0200 |
commit | 0f9d874b6af4698234be96de1fddad15aa882a1d (patch) | |
tree | 1538133f34097b1f685b036a0646a2e4b54920b0 /src/game | |
parent | a570e494bca43c30d7ec91d293051c0c818509b5 (diff) |
refactor: remove unused include
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/components/statusline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/components/statusline.cpp b/src/game/components/statusline.cpp index 1892f86..3903792 100644 --- a/src/game/components/statusline.cpp +++ b/src/game/components/statusline.cpp @@ -7,7 +7,6 @@ #include <fmt/color.h> -#include <optional> #include <utility> StatusLine::StatusLine(std::shared_ptr<ComponentMatrix> component_matrix) noexcept |