From 7fc80c1035063bd7f49837cb15b2529d036a1cf7 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 2 Oct 2011 14:35:09 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@384 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/log.hpp | 1 - src/libraries/turtle/object.hpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 )