summaryrefslogtreecommitdiff
path: root/boost/variant/detail/enable_recursive_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/variant/detail/enable_recursive_fwd.hpp')
-rw-r--r--boost/variant/detail/enable_recursive_fwd.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/variant/detail/enable_recursive_fwd.hpp b/boost/variant/detail/enable_recursive_fwd.hpp
index 39a6b71463..cac156b156 100644
--- a/boost/variant/detail/enable_recursive_fwd.hpp
+++ b/boost/variant/detail/enable_recursive_fwd.hpp
@@ -13,11 +13,11 @@
#ifndef BOOST_VARIANT_DETAIL_ENABLE_RECURSIVE_FWD_HPP
#define BOOST_VARIANT_DETAIL_ENABLE_RECURSIVE_FWD_HPP
-#include "boost/mpl/aux_/config/ctps.hpp"
+#include <boost/mpl/aux_/config/ctps.hpp>
-#include "boost/mpl/bool_fwd.hpp"
+#include <boost/mpl/bool_fwd.hpp>
-# include "boost/mpl/bool.hpp"
+# include <boost/mpl/bool.hpp>
namespace boost {
namespace detail { namespace variant {