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 /serialize/savegame.cpp | |
parent | 39670daf26c4fbbfe9148dec30c9f0e075eff404 (diff) |
compat: rename hash's source file only
Diffstat (limited to 'serialize/savegame.cpp')
-rw-r--r-- | serialize/savegame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |