summaryrefslogtreecommitdiff
path: root/boost/phoenix/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/object.hpp')
-rw-r--r--boost/phoenix/object.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/boost/phoenix/object.hpp b/boost/phoenix/object.hpp
index 6e4b528275..9fec3b3e3b 100644
--- a/boost/phoenix/object.hpp
+++ b/boost/phoenix/object.hpp
@@ -8,9 +8,6 @@
#ifndef BOOST_PHOENIX_OBJECT_HPP
#define BOOST_PHOENIX_OBJECT_HPP
-#ifdef BOOST_PHOENIX_USE_V2_OVER_V3
-#include <boost/spirit/home/phoenix/object.hpp>
-#else
#include <boost/phoenix/object/const_cast.hpp>
#include <boost/phoenix/object/construct.hpp>
#include <boost/phoenix/object/delete.hpp>
@@ -18,6 +15,5 @@
#include <boost/phoenix/object/new.hpp>
#include <boost/phoenix/object/reinterpret_cast.hpp>
#include <boost/phoenix/object/static_cast.hpp>
-#endif
#endif