Prevent clang-format sorting some test includes

This commit is contained in:
Daniel James
2017-02-19 13:05:17 +00:00
parent f2af10c746
commit b2f2fdc2f3
37 changed files with 69 additions and 1 deletions

View File

@@ -3,8 +3,9 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <iostream>
#include "./containers.hpp"
#include <iostream>
#include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp"