diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 14:08:43 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 14:08:43 +0100 |
commit | 3a4f8b1c0726934b6c6f83f69e795d098d60b5a9 (patch) | |
tree | 4b88c6849c2c24f8b50c57a2b78db682a8157114 | |
parent | db004b91d62404870ed73ddb99bdf550bf28dc59 (diff) |
imgui: remove unused include
-rw-r--r-- | editor/imgui-scenery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/imgui-scenery.cpp b/editor/imgui-scenery.cpp index bc680189..563c81b7 100644 --- a/editor/imgui-scenery.cpp +++ b/editor/imgui-scenery.cpp @@ -3,7 +3,6 @@ #include "imgui-raii.hpp" #include "anim-atlas.hpp" #include "loader/loader.hpp" -#include "compat/format.hpp" #include "floormat/main.hpp" namespace floormat { |