From b654bc6bbbf26fb98085fd4535324fc2a973569b Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 11 Jan 2011 19:49:08 +0000 Subject: [PATCH] Clean-up git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@183 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/constraint.hpp | 2 -- src/libraries/turtle/constraints.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libraries/turtle/constraint.hpp b/src/libraries/turtle/constraint.hpp index dabe4a2..5ed410d 100644 --- a/src/libraries/turtle/constraint.hpp +++ b/src/libraries/turtle/constraint.hpp @@ -9,8 +9,6 @@ #ifndef MOCK_PLACEHOLDER_HPP_INCLUDED #define MOCK_PLACEHOLDER_HPP_INCLUDED -#include "format.hpp" - namespace mock { template< typename Constraint > diff --git a/src/libraries/turtle/constraints.hpp b/src/libraries/turtle/constraints.hpp index 2d7f81b..bf7866f 100644 --- a/src/libraries/turtle/constraints.hpp +++ b/src/libraries/turtle/constraints.hpp @@ -10,6 +10,7 @@ #define MOCK_CONSTRAINTS_HPP_INCLUDED #include "constraint.hpp" +#include "format.hpp" #include #include #include