Reorder Boost includes

Include directives are groups by library, the groups should be sorted
from the most general (i.e., the STL) to the most specific (the local
includes).

This commit ensures that Boost includes are before LLVM includes.
This commit is contained in:
Alessandro Di Federico
2018-04-23 23:09:19 +02:00
parent 38a67f2ad5
commit 960286f419
4 changed files with 10 additions and 10 deletions
-2
View File
@@ -5,8 +5,6 @@
// This file is distributed under the MIT License. See LICENSE.md for details.
//
// Standard includes
// Boost includes
#define BOOST_TEST_MODULE StackAnalysis
#include <boost/test/unit_test.hpp>