From 188b684d230e40052b9fb7871b25ee9062a71e77 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:08:15 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@499 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/constraint.hpp | 3 +++ turtle/constraints.hpp | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/turtle/constraint.hpp b/turtle/constraint.hpp index 5b5dbd7..a5326e6 100644 --- a/turtle/constraint.hpp +++ b/turtle/constraint.hpp @@ -9,6 +9,9 @@ #ifndef MOCK_CONSTRAINT_HPP_INCLUDED #define MOCK_CONSTRAINT_HPP_INCLUDED +#include +#include "log.hpp" + namespace mock { template< typename Constraint > diff --git a/turtle/constraints.hpp b/turtle/constraints.hpp index fd7ded1..be6fb6c 100644 --- a/turtle/constraints.hpp +++ b/turtle/constraints.hpp @@ -10,12 +10,10 @@ #define MOCK_CONSTRAINTS_HPP_INCLUDED #include "constraint.hpp" -#include "log.hpp" #include #include #include #include -#include namespace mock {