summaryrefslogtreecommitdiff
path: root/src/generic
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic')
-rw-r--r--src/generic/db.hpp2
-rw-r--r--src/generic/intern-pool.hpp2
-rw-r--r--src/generic/matrix.hpp2
-rw-r--r--src/generic/md5.hpp2
-rw-r--r--src/generic/operators.hpp2
-rw-r--r--src/generic/random.hpp4
-rw-r--r--src/generic/random.t.hpp2
-rw-r--r--src/generic/random2.hpp2
8 files changed, 9 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <map>
# include <memory>
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 <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <cassert>
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 <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <cassert>
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 <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <netinet/in.h>
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 <http://www.gnu.org/licenses/>.
-# 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 <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include "random.t.hpp"
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <random>
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 <http://www.gnu.org/licenses/>.
-# 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 <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include "random.hpp"