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"