From a2a9c1da308fbfea592eafc004082467025b0143 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:16:39 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@519 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/function.hpp | 1 - turtle/mock.hpp | 2 -- 2 files changed, 3 deletions(-) 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