mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@499 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
8cdf6f5934
commit
188b684d23
2 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,9 @@
|
|||
#ifndef MOCK_CONSTRAINT_HPP_INCLUDED
|
||||
#define MOCK_CONSTRAINT_HPP_INCLUDED
|
||||
|
||||
#include <boost/preprocessor/stringize.hpp>
|
||||
#include "log.hpp"
|
||||
|
||||
namespace mock
|
||||
{
|
||||
template< typename Constraint >
|
||||
|
|
|
|||
|
|
@ -10,12 +10,10 @@
|
|||
#define MOCK_CONSTRAINTS_HPP_INCLUDED
|
||||
|
||||
#include "constraint.hpp"
|
||||
#include "log.hpp"
|
||||
#include <boost/ref.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/utility/addressof.hpp>
|
||||
#include <boost/type_traits/is_convertible.hpp>
|
||||
#include <boost/preprocessor/stringize.hpp>
|
||||
|
||||
namespace mock
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue