From 971fd13805155bc9bf85d900d05030885ca8c840 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 8 Jun 2015 02:03:14 +0300 Subject: [PATCH] Remove unnecessary includes. --- include/boost/type_traits/detail/common_type_impl.hpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/include/boost/type_traits/detail/common_type_impl.hpp b/include/boost/type_traits/detail/common_type_impl.hpp index c9587b9..53a634d 100644 --- a/include/boost/type_traits/detail/common_type_impl.hpp +++ b/include/boost/type_traits/detail/common_type_impl.hpp @@ -1,5 +1,5 @@ -#ifndef BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_HPP_INCLUDED -#define BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_HPP_INCLUDED +#ifndef BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_IMPL_HPP_INCLUDED +#define BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_IMPL_HPP_INCLUDED // // Copyright 2015 Peter Dimov @@ -13,17 +13,12 @@ #include #include #include -#include #include #include -#include #include -#include -#include #include #include #include -#include namespace boost { @@ -109,4 +104,4 @@ template struct common_type_impl5: public common_arithmetic_ty } // namespace boost -#endif // #ifndef BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_HPP_INCLUDED +#endif // #ifndef BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_IMPL_HPP_INCLUDED