diff --git a/turtle/detail/function.hpp b/turtle/detail/function.hpp index ebe958d..ec2339e 100644 --- a/turtle/detail/function.hpp +++ b/turtle/detail/function.hpp @@ -13,7 +13,6 @@ #include "../error.hpp" #include "../log.hpp" #include "../constraints.hpp" -#include "../sequence.hpp" #include "check.hpp" #include "action.hpp" #include "verifiable.hpp" diff --git a/turtle/mock.hpp b/turtle/mock.hpp index 3fd26da..92c4179 100644 --- a/turtle/mock.hpp +++ b/turtle/mock.hpp @@ -50,10 +50,8 @@ #define MOCK_PARAM(z, n, d) \ BOOST_PP_COMMA_IF(n) d, n >::type p##n - #define MOCK_PARAMS(n, S, tpn) \ BOOST_PP_REPEAT(n, MOCK_PARAM, tpn mock::detail::parameter< S) - #define MOCK_DECL(M, n, S, c, tpn) \ tpn boost::function_types::result_type< S >::type M( \ MOCK_PARAMS(n, S, tpn) ) c