git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@525 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 09:37:46 +00:00
parent ef3aea5715
commit 0c8f84cc7d
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
#ifndef MOCK_FORMATTER_HPP_INCLUDED #ifndef MOCK_FORMATTER_HPP_INCLUDED
#define MOCK_FORMATTER_HPP_INCLUDED #define MOCK_FORMATTER_HPP_INCLUDED
#include "stream.hpp" #include "../stream.hpp"
#include <boost/utility/addressof.hpp> #include <boost/utility/addressof.hpp>
namespace mock namespace mock

View file

@ -9,7 +9,7 @@
#ifndef MOCK_FUNCTOR_HPP_INCLUDED #ifndef MOCK_FUNCTOR_HPP_INCLUDED
#define MOCK_FUNCTOR_HPP_INCLUDED #define MOCK_FUNCTOR_HPP_INCLUDED
#include "detail/function.hpp" #include "function.hpp"
namespace mock namespace mock
{ {