mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean-up
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@183 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
be891a6480
commit
b654bc6bbb
2 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,6 @@
|
||||||
#ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
|
#ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
|
||||||
#define MOCK_PLACEHOLDER_HPP_INCLUDED
|
#define MOCK_PLACEHOLDER_HPP_INCLUDED
|
||||||
|
|
||||||
#include "format.hpp"
|
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
template< typename Constraint >
|
template< typename Constraint >
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
#define MOCK_CONSTRAINTS_HPP_INCLUDED
|
#define MOCK_CONSTRAINTS_HPP_INCLUDED
|
||||||
|
|
||||||
#include "constraint.hpp"
|
#include "constraint.hpp"
|
||||||
|
#include "format.hpp"
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/type_traits/is_convertible.hpp>
|
#include <boost/type_traits/is_convertible.hpp>
|
||||||
#include <boost/algorithm/string/predicate.hpp>
|
#include <boost/algorithm/string/predicate.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue