From caae1e38d0d239f4f7088a64526fe1d2f6587999 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Sep 2013 23:55:29 -0700 Subject: Split string header into pieces --- src/char/char.cpp | 7 +++++++ src/char/char.hpp | 2 ++ src/char/int_party.cpp | 4 ++++ src/char/int_party.hpp | 2 +- src/char/int_storage.cpp | 4 ++++ src/char/int_storage.hpp | 2 +- src/char/inter.cpp | 7 +++++++ src/char/inter.hpp | 2 +- 8 files changed, 27 insertions(+), 3 deletions(-) (limited to 'src/char') diff --git a/src/char/char.cpp b/src/char/char.cpp index 071076e..35e5841 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -16,6 +16,13 @@ #include #include +#include "../strings/mstring.hpp" +#include "../strings/fstring.hpp" +#include "../strings/tstring.hpp" +#include "../strings/sstring.hpp" +#include "../strings/zstring.hpp" +#include "../strings/xstring.hpp" + #include "../common/core.hpp" #include "../common/cxxstdio.hpp" #include "../common/db.hpp" diff --git a/src/char/char.hpp b/src/char/char.hpp index abd5381..78c68cb 100644 --- a/src/char/char.hpp +++ b/src/char/char.hpp @@ -1,6 +1,8 @@ #ifndef CHAR_HPP #define CHAR_HPP +#include "../strings/fwd.hpp" + #include "../common/const_array.hpp" #include "../common/ip.hpp" #include "../common/mmo.hpp" diff --git a/src/char/int_party.cpp b/src/char/int_party.cpp index d2c64e1..0597efd 100644 --- a/src/char/int_party.cpp +++ b/src/char/int_party.cpp @@ -5,6 +5,10 @@ #include +#include "../strings/mstring.hpp" +#include "../strings/fstring.hpp" +#include "../strings/xstring.hpp" + #include "../common/cxxstdio.hpp" #include "../common/db.hpp" #include "../common/extract.hpp" diff --git a/src/char/int_party.hpp b/src/char/int_party.hpp index d003250..2793257 100644 --- a/src/char/int_party.hpp +++ b/src/char/int_party.hpp @@ -1,7 +1,7 @@ #ifndef INT_PARTY_HPP #define INT_PARTY_HPP -#include "../common/strings.hpp" +#include "../strings/fwd.hpp" int inter_party_init(void); int inter_party_save(void); diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp index aa605bf..205b21e 100644 --- a/src/char/int_storage.cpp +++ b/src/char/int_storage.cpp @@ -6,6 +6,10 @@ #include #include +#include "../strings/mstring.hpp" +#include "../strings/fstring.hpp" +#include "../strings/xstring.hpp" + #include "../common/cxxstdio.hpp" #include "../common/db.hpp" #include "../common/extract.hpp" 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); diff --git a/src/char/inter.cpp b/src/char/inter.cpp index 81c4a9d..b6bc417 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -7,6 +7,13 @@ #include #include +#include "../strings/mstring.hpp" +#include "../strings/fstring.hpp" +#include "../strings/tstring.hpp" +#include "../strings/sstring.hpp" +#include "../strings/zstring.hpp" +#include "../strings/xstring.hpp" + #include "../common/cxxstdio.hpp" #include "../common/db.hpp" #include "../common/extract.hpp" diff --git a/src/char/inter.hpp b/src/char/inter.hpp index 447ab53..5216d57 100644 --- a/src/char/inter.hpp +++ b/src/char/inter.hpp @@ -1,7 +1,7 @@ #ifndef INTER_HPP #define INTER_HPP -#include "../common/strings.hpp" +#include "../strings/fwd.hpp" void inter_init(ZString file); void inter_save(void); -- cgit v1.2.3-60-g2f50