From 24e618ee8c71dba2dd812094fd1739b8c086eeef Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 06:58:50 +0000 Subject: [PATCH] Toying with PP git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@481 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/expectation_template.hpp | 2 -- turtle/function.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/turtle/expectation_template.hpp b/turtle/expectation_template.hpp index 93718ae..5abbb90 100644 --- a/turtle/expectation_template.hpp +++ b/turtle/expectation_template.hpp @@ -6,8 +6,6 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include "expectation_base.hpp" - #define MOCK_EXPECTATION_TYPEDEF(z, n, d) \ typedef T##n arg##n##_type; diff --git a/turtle/function.hpp b/turtle/function.hpp index 1e29701..ddd8dc6 100644 --- a/turtle/function.hpp +++ b/turtle/function.hpp @@ -17,6 +17,7 @@ #include "invocation.hpp" #include "constraints.hpp" #include "sequence.hpp" +#include "expectation_base.hpp" #include "detail/verifiable.hpp" #include "detail/type_name.hpp" #include "detail/context.hpp"