From f7e1f2d52e136c854267f88fa40b4b867f61b868 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 12 Mar 2016 17:18:24 +0000 Subject: [PATCH] Change #includes to use angle brackets. See https://svn.boost.org/trac/boost/ticket/11516. --- include/boost/type_traits/aligned_storage.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/type_traits/aligned_storage.hpp b/include/boost/type_traits/aligned_storage.hpp index 09f0c6b..171f5d4 100644 --- a/include/boost/type_traits/aligned_storage.hpp +++ b/include/boost/type_traits/aligned_storage.hpp @@ -15,12 +15,12 @@ #include // for std::size_t -#include "boost/config.hpp" -#include "boost/detail/workaround.hpp" -#include "boost/type_traits/alignment_of.hpp" -#include "boost/type_traits/type_with_alignment.hpp" -#include "boost/type_traits/is_pod.hpp" -#include "boost/type_traits/conditional.hpp" +#include +#include +#include +#include +#include +#include namespace boost {