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/generic/db.hpp | 2 +- src/generic/intern-pool.hpp | 2 +- src/generic/matrix.hpp | 2 +- src/generic/md5.hpp | 2 +- src/generic/operators.hpp | 2 +- src/generic/random.hpp | 4 ++-- src/generic/random.t.hpp | 2 +- src/generic/random2.hpp | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/generic') diff --git a/src/generic/db.hpp b/src/generic/db.hpp index 314c449..0eac890 100644 --- a/src/generic/db.hpp +++ b/src/generic/db.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/generic/intern-pool.hpp b/src/generic/intern-pool.hpp index 0ffddd2..b9fc38c 100644 --- a/src/generic/intern-pool.hpp +++ b/src/generic/intern-pool.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/generic/matrix.hpp b/src/generic/matrix.hpp index 40ff9a8..fb18a4c 100644 --- a/src/generic/matrix.hpp +++ b/src/generic/matrix.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/generic/md5.hpp b/src/generic/md5.hpp index 8b1c6ad..071c08b 100644 --- a/src/generic/md5.hpp +++ b/src/generic/md5.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/generic/operators.hpp b/src/generic/operators.hpp index 2a71c46..ca9311a 100644 --- a/src/generic/operators.hpp +++ b/src/generic/operators.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" namespace _operators { diff --git a/src/generic/random.hpp b/src/generic/random.hpp index 45b5371..2fb2632 100644 --- a/src/generic/random.hpp +++ b/src/generic/random.hpp @@ -19,11 +19,11 @@ // 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 "random.t.hpp" -# include "../sanity.hpp" +# include "fwd.hpp" # include diff --git a/src/generic/random.t.hpp b/src/generic/random.t.hpp index d26bf56..b20cb64 100644 --- a/src/generic/random.t.hpp +++ b/src/generic/random.t.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" namespace random_ { diff --git a/src/generic/random2.hpp b/src/generic/random2.hpp index 40fcbcf..47e4222 100644 --- a/src/generic/random2.hpp +++ b/src/generic/random2.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 "random.hpp" -- cgit v1.2.3-70-g09d2