diff options
-rw-r--r-- | compat/hash.cpp (renamed from compat/int-hash.cpp) | 2 | ||||
-rw-r--r-- | compat/hash.hpp (renamed from compat/int-hash.hpp) | 0 | ||||
-rw-r--r-- | loader/atlas-loader-storage.hpp | 2 | ||||
-rw-r--r-- | serialize/savegame.cpp | 2 | ||||
-rw-r--r-- | src/point.cpp | 2 | ||||
-rw-r--r-- | src/world.cpp | 2 | ||||
-rw-r--r-- | test/hash.cpp | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/compat/int-hash.cpp b/compat/hash.cpp index 6415f0e6..3cb3cc35 100644 --- a/compat/int-hash.cpp +++ b/compat/hash.cpp @@ -1,5 +1,5 @@ #include "compat/defs.hpp" -#include "int-hash.hpp" +#include "hash.hpp" #include <Corrade/Containers/StringView.h> #include <bit> #include <utility> diff --git a/compat/int-hash.hpp b/compat/hash.hpp index c512d249..c512d249 100644 --- a/compat/int-hash.hpp +++ b/compat/hash.hpp diff --git a/loader/atlas-loader-storage.hpp b/loader/atlas-loader-storage.hpp index 1cc1e340..4406099e 100644 --- a/loader/atlas-loader-storage.hpp +++ b/loader/atlas-loader-storage.hpp @@ -1,5 +1,5 @@ #pragma once -#include "compat/int-hash.hpp" +#include "compat/hash.hpp" #include "atlas-loader-fwd.hpp" #include <cr/StringView.h> #include <cr/Array.h> diff --git a/serialize/savegame.cpp b/serialize/savegame.cpp index 024ff85a..693b098b 100644 --- a/serialize/savegame.cpp +++ b/serialize/savegame.cpp @@ -3,7 +3,7 @@ #include "compat/defs.hpp" #include "compat/non-const.hpp" #include "compat/strerror.hpp" -#include "compat/int-hash.hpp" +#include "compat/hash.hpp" #include "compat/exception.hpp" #include "src/ground-atlas.hpp" diff --git a/src/point.cpp b/src/point.cpp index 6cd2903b..a8486fb7 100644 --- a/src/point.cpp +++ b/src/point.cpp @@ -1,4 +1,4 @@ -#include "compat/int-hash.hpp" +#include "compat/hash.hpp" #include "point.inl" #include "tile-constants.hpp" diff --git a/src/world.cpp b/src/world.cpp index d9040967..41e43468 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -6,7 +6,7 @@ #include "scenery-proto.hpp" #include "light.hpp" #include "compat/shared-ptr-wrapper.hpp" -#include "compat/int-hash.hpp" +#include "compat/hash.hpp" #include "compat/exception.hpp" #include "compat/overloaded.hpp" #include <cr/GrowableArray.h> diff --git a/test/hash.cpp b/test/hash.cpp index a06d16a6..b5eed2b0 100644 --- a/test/hash.cpp +++ b/test/hash.cpp @@ -1,5 +1,5 @@ #include "app.hpp" -#include "compat/int-hash.hpp" +#include "compat/hash.hpp" #include "compat/array-size.hpp" #include "src/global-coords.hpp" #include "src/world.hpp" |