From 201976f0eced6d53ea1f918dcb95f71ea802272f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 16 Sep 2014 21:57:28 +0200 Subject: [PATCH] Remove intrusive dependencies introduced with copy-paste. --- include/boost/move/detail/workaround.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/move/detail/workaround.hpp b/include/boost/move/detail/workaround.hpp index 181bc12..6fdf48a 100644 --- a/include/boost/move/detail/workaround.hpp +++ b/include/boost/move/detail/workaround.hpp @@ -11,7 +11,7 @@ #ifndef BOOST_MOVE_DETAIL_WORKAROUND_HPP #define BOOST_MOVE_DETAIL_WORKAROUND_HPP -#include +#include #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) #define BOOST_MOVE_PERFECT_FORWARDING @@ -25,6 +25,6 @@ #define BOOST_MOVE_I , #define BOOST_MOVE_DOCIGN(T1) T1 -#include +#include #endif //#ifndef BOOST_MOVE_DETAIL_WORKAROUND_HPP