From 8db3203da706de109528a652b6319fac952ba9ea Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 7 Jul 2014 12:35:54 -0400 Subject: [PATCH] Do not include ext/ in the master header. The reason is that including the master header would then require the user to have installed all the libraries for which we provide adaptors, which is unreasonable. --- include/boost/hana.hpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/include/boost/hana.hpp b/include/boost/hana.hpp index 8fcdea285..7cddb9597 100644 --- a/include/boost/hana.hpp +++ b/include/boost/hana.hpp @@ -1,6 +1,7 @@ /*! @file -Includes all the headers of the library. +Includes all the library components, excluding the adaptors for external +libraries. @copyright Louis Dionne 2014 Distributed under the Boost Software License, Version 1.0. @@ -31,14 +32,6 @@ Distributed under the Boost Software License, Version 1.0. #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include #include #include #include