diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 08:23:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 10:39:37 +0200 |
commit | c26e4ed3d5c0fa532356365bddd275fba04ae2c3 (patch) | |
tree | c2a2e00ea9d57016b3f52e0b2c7f4351858c0ebb /src | |
parent | 39670daf26c4fbbfe9148dec30c9f0e075eff404 (diff) |
compat: rename hash's source file only
Diffstat (limited to 'src')
-rw-r--r-- | src/point.cpp | 2 | ||||
-rw-r--r-- | src/world.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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> |