diff options
Diffstat (limited to 'src/char/int_storage.hpp')
-rw-r--r-- | src/char/int_storage.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp index a03d70f..2585d63 100644 --- a/src/char/int_storage.hpp +++ b/src/char/int_storage.hpp @@ -1,7 +1,7 @@ #ifndef INT_STORAGE_HPP #define INT_STORAGE_HPP -#include "../common/strings.hpp" +#include "../strings/fwd.hpp" int inter_storage_init(void); int inter_storage_save(void); |