diff --git a/src/libraries/turtle/log.hpp b/src/libraries/turtle/log.hpp index 47ba7b9..57d80b6 100644 --- a/src/libraries/turtle/log.hpp +++ b/src/libraries/turtle/log.hpp @@ -13,7 +13,6 @@ #include #include #include -#include #include namespace boost diff --git a/src/libraries/turtle/object.hpp b/src/libraries/turtle/object.hpp index 9a9aa93..4a1ac4e 100644 --- a/src/libraries/turtle/object.hpp +++ b/src/libraries/turtle/object.hpp @@ -96,7 +96,7 @@ namespace mock namespace detail { template< typename E > - E& configure( const object& o, E& e, + E& configure( const object& o, E& e, boost::unit_test::const_string instance, const boost::optional< type_name >& type, boost::unit_test::const_string name )