From f677d0d5ac2376f6cb60a6125be53b06f338a3d2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 27 Oct 2022 17:17:35 +0200 Subject: cleanup some serialization stuff --- src/precomp.hpp | 4 +++- src/tile.hpp | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/precomp.hpp b/src/precomp.hpp index 126643f3..de7a10e6 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -1,6 +1,8 @@ #pragma once -#include "compat/prelude.hpp" +#include "compat/integer-types.hpp" +#include "compat/defs.hpp" +#include "compat/assert.hpp" #include #include diff --git a/src/tile.hpp b/src/tile.hpp index 499acd97..c49b95b0 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -1,8 +1,7 @@ #pragma once #include "compat/defs.hpp" -#include "compat/assert.hpp" +#include "compat/integer-types.hpp" #include "tile-defs.hpp" -#include #include namespace floormat { -- cgit v1.2.3