From 0c8f84cc7de816805dfb4dbf1361c69669ab2ea2 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 09:37:46 +0000 Subject: [PATCH] Fix git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@525 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/formatter.hpp | 2 +- turtle/detail/functor.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/turtle/detail/formatter.hpp b/turtle/detail/formatter.hpp index af711d6..abb6449 100644 --- a/turtle/detail/formatter.hpp +++ b/turtle/detail/formatter.hpp @@ -9,7 +9,7 @@ #ifndef MOCK_FORMATTER_HPP_INCLUDED #define MOCK_FORMATTER_HPP_INCLUDED -#include "stream.hpp" +#include "../stream.hpp" #include namespace mock diff --git a/turtle/detail/functor.hpp b/turtle/detail/functor.hpp index 2ac8c81..f2c814d 100644 --- a/turtle/detail/functor.hpp +++ b/turtle/detail/functor.hpp @@ -9,7 +9,7 @@ #ifndef MOCK_FUNCTOR_HPP_INCLUDED #define MOCK_FUNCTOR_HPP_INCLUDED -#include "detail/function.hpp" +#include "function.hpp" namespace mock {