mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user