git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@161 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-06-15 22:12:29 +00:00
parent 606d62323a
commit 67a3402cb8
2 changed files with 1 additions and 4 deletions

View file

@ -11,6 +11,7 @@
#include <boost/function_types/parameter_types.hpp> #include <boost/function_types/parameter_types.hpp>
#include <boost/function_types/function_arity.hpp> #include <boost/function_types/function_arity.hpp>
#include <boost/preprocessor/inc.hpp>
#include <boost/mpl/at.hpp> #include <boost/mpl/at.hpp>
namespace mock namespace mock

View file

@ -14,12 +14,8 @@
#include "function.hpp" #include "function.hpp"
#include "type_name.hpp" #include "type_name.hpp"
#include "args.hpp" #include "args.hpp"
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/inc.hpp>
#include <boost/preprocessor/repetition/repeat_from_to.hpp> #include <boost/preprocessor/repetition/repeat_from_to.hpp>
#include <boost/preprocessor/stringize.hpp> #include <boost/preprocessor/stringize.hpp>
#include <boost/preprocessor/seq/push_back.hpp>
#include <boost/preprocessor/seq/pop_back.hpp>
#include <boost/function_types/parameter_types.hpp> #include <boost/function_types/parameter_types.hpp>
#include <boost/function_types/function_type.hpp> #include <boost/function_types/function_type.hpp>
#include <boost/function_types/result_type.hpp> #include <boost/function_types/result_type.hpp>