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@441 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
0fa887deeb
commit
1324ad0a35
3 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
#define MOCK_CHECK_HPP_INCLUDED
|
#define MOCK_CHECK_HPP_INCLUDED
|
||||||
|
|
||||||
#include "is_functor.hpp"
|
#include "is_functor.hpp"
|
||||||
#include "constraints.hpp"
|
|
||||||
#include "operators.hpp"
|
#include "operators.hpp"
|
||||||
#include "log.hpp"
|
#include "log.hpp"
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
#include "action.hpp"
|
#include "action.hpp"
|
||||||
#include "sequence.hpp"
|
#include "sequence.hpp"
|
||||||
#include "check.hpp"
|
#include "check.hpp"
|
||||||
|
#include "constraints.hpp"
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
||||||
#include <boost/preprocessor/repetition/enum_params.hpp>
|
#include <boost/preprocessor/repetition/enum_params.hpp>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
#define BOOST_AUTO_TEST_MAIN
|
#define BOOST_AUTO_TEST_MAIN
|
||||||
#include "mock_error.hpp"
|
#include "mock_error.hpp"
|
||||||
#include <turtle/function.hpp>
|
#include <turtle/function.hpp>
|
||||||
|
#include <turtle/constraints.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
#define BOOST_LIB_NAME boost_unit_test_framework
|
#define BOOST_LIB_NAME boost_unit_test_framework
|
||||||
#include <boost/config/auto_link.hpp>
|
#include <boost/config/auto_link.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue