From bef63672960072e81801bca690d6cc1386e0bf93 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:14:44 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@514 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/parent.hpp | 2 +- turtle/detail/root.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/turtle/detail/parent.hpp b/turtle/detail/parent.hpp index f5637f0..e2a670b 100644 --- a/turtle/detail/parent.hpp +++ b/turtle/detail/parent.hpp @@ -10,8 +10,8 @@ #define MOCK_PARENT_HPP_INCLUDED #include "type_name.hpp" -#include #include +#include #include namespace mock diff --git a/turtle/detail/root.hpp b/turtle/detail/root.hpp index 2bac0e8..cae580e 100644 --- a/turtle/detail/root.hpp +++ b/turtle/detail/root.hpp @@ -14,6 +14,7 @@ #include "context.hpp" #include "child.hpp" #include +#include #include #include