From 3792047e09f2a2262e2b4e15ed976c4341d96c84 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 22 Jul 2017 11:19:17 +0300 Subject: [PATCH] Reorder includes per best practices --- include/boost/core/lightweight_test.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/core/lightweight_test.hpp b/include/boost/core/lightweight_test.hpp index eca9f61..603e905 100644 --- a/include/boost/core/lightweight_test.hpp +++ b/include/boost/core/lightweight_test.hpp @@ -19,11 +19,11 @@ // http://www.boost.org/LICENSE_1_0.txt // -#include +#include #include #include -#include #include +#include #include #include