From 1cc5fee5904832da6564f12c858423fd5bd1b2b6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 22 Apr 2014 17:14:28 -0700 Subject: Make travis happy --- src/strings/all.hpp | 2 +- src/strings/mstring.hpp | 2 +- src/strings/rstring.hpp | 2 +- src/strings/sstring.hpp | 2 +- src/strings/tstring.hpp | 2 +- src/strings/vstring.hpp | 4 +++- src/strings/xstring.hpp | 2 +- src/strings/zstring.hpp | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) (limited to 'src/strings') 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 . -# 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 . -# include "../sanity.hpp" +# include "fwd.hpp" # include 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 . -# include "../sanity.hpp" +# include "fwd.hpp" # include # include 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 . -# 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 . -# 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 . -# include "../sanity.hpp" +# include "fwd.hpp" + +# include # 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 . -# 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 . -# include "../sanity.hpp" +# include "fwd.hpp" # include -- cgit v1.2.3-70-g09d2