diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/precomp.hpp | 4 | ||||
| -rw-r--r-- | src/tile.hpp | 3 |
2 files changed, 4 insertions, 3 deletions
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 <cstddef> #include <cstdint> 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 <cstdint> #include <memory> namespace floormat { |
