summaryrefslogtreecommitdiff
path: root/boost/spirit/home/support/detail/endian.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/support/detail/endian.hpp')
-rw-r--r--boost/spirit/home/support/detail/endian.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/boost/spirit/home/support/detail/endian.hpp b/boost/spirit/home/support/detail/endian.hpp
index 3507aaafd5..85f13dda55 100644
--- a/boost/spirit/home/support/detail/endian.hpp
+++ b/boost/spirit/home/support/detail/endian.hpp
@@ -1,6 +1,6 @@
// Copyright (c) 2001-2011 Hartmut Kaiser
// http://spirit.sourceforge.net/
-//
+//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -18,12 +18,6 @@
#define BOOST_ENDIAN_FORCE_PODNESS 1
#endif
-// If Boost has the endian library, use it, otherwise use an adapted version
-// included with Spirit
-#if BOOST_VERSION >= 105000
-#include <boost/endian/integers.hpp>
-#else
#include <boost/spirit/home/support/detail/endian/endian.hpp>
-#endif
#endif