From 9e850fac29162cf61d80a4f71b1da89763b86043 Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 24 Jul 2012 07:08:27 +0000 Subject: [PATCH] Moved to phoenix v3 git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@529 860be788-9bd5-4423-9f1e-828f051e677b --- test/detail/test_is_functor.cpp | 2 +- test/test_log.cpp | 3 +-- turtle/detail/lambda.hpp | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index 15e95cf..3d5d40c 100644 --- a/test/detail/test_is_functor.cpp +++ b/test/detail/test_is_functor.cpp @@ -12,7 +12,7 @@ #pragma warning( push, 0 ) #endif #include -#include +#include #ifdef _MSC_VER #pragma warning( pop ) #endif diff --git a/test/test_log.cpp b/test/test_log.cpp index 0d0fbcc..a523354 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -15,8 +15,7 @@ #ifdef _MSC_VER #pragma warning( push, 0 ) #endif -#include -#include +#include #include #include #ifdef _MSC_VER diff --git a/turtle/detail/lambda.hpp b/turtle/detail/lambda.hpp index 699088b..d7f0daa 100644 --- a/turtle/detail/lambda.hpp +++ b/turtle/detail/lambda.hpp @@ -11,7 +11,7 @@ #include "../config.hpp" #ifdef MOCK_USE_BOOST_PHOENIX -#include +#include #else #include #endif