summaryrefslogtreecommitdiff
path: root/src/strings
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-22 17:14:28 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-22 17:57:08 -0700
commit1cc5fee5904832da6564f12c858423fd5bd1b2b6 (patch)
treef9318cdd5f45acdd1aceef875de20a0c5b9bde6b /src/strings
parentb195ac27e8234160b29698802deccd109a6fdc25 (diff)
downloadtmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.tar.gz
tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.tar.bz2
tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.tar.xz
tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.zip
Make travis happy
Diffstat (limited to 'src/strings')
-rw-r--r--src/strings/all.hpp2
-rw-r--r--src/strings/mstring.hpp2
-rw-r--r--src/strings/rstring.hpp2
-rw-r--r--src/strings/sstring.hpp2
-rw-r--r--src/strings/tstring.hpp2
-rw-r--r--src/strings/vstring.hpp4
-rw-r--r--src/strings/xstring.hpp2
-rw-r--r--src/strings/zstring.hpp2
8 files changed, 10 insertions, 8 deletions
diff --git a/src/strings/all.hpp b/src/strings/all.hpp
index 26079ed..c87a403 100644
--- a/src/strings/all.hpp
+++ b/src/strings/all.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include "base.hpp"
# include "mstring.hpp"
diff --git a/src/strings/mstring.hpp b/src/strings/mstring.hpp
index 8225d9e..2da6a78 100644
--- a/src/strings/mstring.hpp
+++ b/src/strings/mstring.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <deque>
diff --git a/src/strings/rstring.hpp b/src/strings/rstring.hpp
index 1de4db0..1de3e87 100644
--- a/src/strings/rstring.hpp
+++ b/src/strings/rstring.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <cstdarg>
# include <cstring>
diff --git a/src/strings/sstring.hpp b/src/strings/sstring.hpp
index 0594499..60fa4f3 100644
--- a/src/strings/sstring.hpp
+++ b/src/strings/sstring.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include "base.hpp"
# include "rstring.hpp"
diff --git a/src/strings/tstring.hpp b/src/strings/tstring.hpp
index 38f41cd..748af9e 100644
--- a/src/strings/tstring.hpp
+++ b/src/strings/tstring.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include "base.hpp"
# include "rstring.hpp"
diff --git a/src/strings/vstring.hpp b/src/strings/vstring.hpp
index 33dfb10..022347a 100644
--- a/src/strings/vstring.hpp
+++ b/src/strings/vstring.hpp
@@ -19,7 +19,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
+
+# include <cstdio>
# include "base.hpp"
diff --git a/src/strings/xstring.hpp b/src/strings/xstring.hpp
index ad7c40d..96929c7 100644
--- a/src/strings/xstring.hpp
+++ b/src/strings/xstring.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include "base.hpp"
# include "literal.hpp"
diff --git a/src/strings/zstring.hpp b/src/strings/zstring.hpp
index c75c7c9..3b651b9 100644
--- a/src/strings/zstring.hpp
+++ b/src/strings/zstring.hpp
@@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <cstring>