summaryrefslogtreecommitdiff
path: root/boost/lexical_cast/lexical_cast_old.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/lexical_cast/lexical_cast_old.hpp')
-rw-r--r--boost/lexical_cast/lexical_cast_old.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/lexical_cast/lexical_cast_old.hpp b/boost/lexical_cast/lexical_cast_old.hpp
index b48bf1f55c..cbabc56299 100644
--- a/boost/lexical_cast/lexical_cast_old.hpp
+++ b/boost/lexical_cast/lexical_cast_old.hpp
@@ -1,6 +1,6 @@
// Copyright Kevlin Henney, 2000-2005.
// Copyright Alexander Nasonov, 2006-2010.
-// Copyright Antony Polukhin, 2011-2014.
+// Copyright Antony Polukhin, 2011-2018.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
@@ -33,7 +33,6 @@
#include <cstring>
#include <cstdio>
#include <boost/limits.hpp>
-#include <boost/mpl/if.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <boost/static_assert.hpp>
#include <boost/detail/lcast_precision.hpp>