From c281caa89fe2eb66c61235bfc372d055ae7d887a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 6 May 2020 20:31:14 +0300 Subject: [PATCH] Reordered includes. --- include/boost/detail/catch_exceptions.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/detail/catch_exceptions.hpp b/include/boost/detail/catch_exceptions.hpp index e7639a2..3db832a 100644 --- a/include/boost/detail/catch_exceptions.hpp +++ b/include/boost/detail/catch_exceptions.hpp @@ -18,14 +18,14 @@ // header dependencies are deliberately restricted to the standard library // to reduce coupling to other boost libraries. -#include #include // for string #include // for bad_alloc +#include // for ostream #include // for bad_cast, bad_typeid #include // for exception, bad_exception #include // for std exception hierarchy +#include #include // for exit codes -#include // for ostream # if defined(BOOST_BORLANDC) && (__BORLANDC__ <= 0x0551) # define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT