From fbc36568af5d9142a45bee57323b8a5457a114f8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 4 May 2024 21:14:53 +0200 Subject: src: remove the tile_iterator class This is too crufty to bother with. --- test/json.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/json.cpp') diff --git a/test/json.cpp b/test/json.cpp index 5733c691..372465b5 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -1,13 +1,10 @@ #include "app.hpp" -#include "serialize/tile.hpp" #include "serialize/ground-atlas.hpp" #include "serialize/wall-atlas.hpp" #include "serialize/magnum-vector.hpp" #include "serialize/json-helper.hpp" #include "compat/assert.hpp" #include "src/ground-atlas.hpp" -#include "src/tile.hpp" -#include "src/tile-iterator.hpp" #include "src/chunk.hpp" #include "src/world.hpp" #include "loader/loader.hpp" -- cgit v1.2.3