mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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
This commit is contained in:
parent
4694fb6263
commit
aca2a2768e
1 changed files with 5 additions and 5 deletions
|
|
@ -9,11 +9,11 @@
|
||||||
#ifndef MOCK_OBJECT_IMPL_HPP_INCLUDED
|
#ifndef MOCK_OBJECT_IMPL_HPP_INCLUDED
|
||||||
#define MOCK_OBJECT_IMPL_HPP_INCLUDED
|
#define MOCK_OBJECT_IMPL_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/root.hpp"
|
#include "root.hpp"
|
||||||
#include "detail/parent.hpp"
|
#include "parent.hpp"
|
||||||
#include "detail/type_name.hpp"
|
#include "type_name.hpp"
|
||||||
#include "detail/context.hpp"
|
#include "context.hpp"
|
||||||
#include "detail/child.hpp"
|
#include "child.hpp"
|
||||||
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
|
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
|
||||||
#include <boost/enable_shared_from_this.hpp>
|
#include <boost/enable_shared_from_this.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue