From aca2a2768ee9acc8aa7db5ff94841366def29bfa Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:09:25 +0000 Subject: [PATCH] Moved some components into a detail sub-directory git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@501 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/object_impl.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/turtle/detail/object_impl.hpp b/turtle/detail/object_impl.hpp index 8ccec1e..688d600 100644 --- a/turtle/detail/object_impl.hpp +++ b/turtle/detail/object_impl.hpp @@ -9,11 +9,11 @@ #ifndef MOCK_OBJECT_IMPL_HPP_INCLUDED #define MOCK_OBJECT_IMPL_HPP_INCLUDED -#include "detail/root.hpp" -#include "detail/parent.hpp" -#include "detail/type_name.hpp" -#include "detail/context.hpp" -#include "detail/child.hpp" +#include "root.hpp" +#include "parent.hpp" +#include "type_name.hpp" +#include "context.hpp" +#include "child.hpp" #include #include #include