diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-27 17:17:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-27 17:17:35 +0200 |
commit | f677d0d5ac2376f6cb60a6125be53b06f338a3d2 (patch) | |
tree | 2c9a6fbeeb53946f5db2ada6b195035ee38639d9 /editor | |
parent | edb014053ebd3256b3bce16d8d5ac6479d905a2e (diff) |
cleanup some serialization stuff
Diffstat (limited to 'editor')
-rw-r--r-- | editor/json.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/json.cpp b/editor/json.cpp index f3317d5e..40c26952 100644 --- a/editor/json.cpp +++ b/editor/json.cpp @@ -1,9 +1,6 @@ #include "app.hpp" #include "floormat/main.hpp" #include "src/world.hpp" -#include "serialize/json-helper.hpp" -#include "serialize/tile-atlas.hpp" -#include "serialize/world.hpp" #include <Corrade/Utility/Path.h> namespace floormat { |