From ed98209ddc8d5e9f5b20cd010c69a25d553b2654 Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Mon, 30 Sep 2019 10:46:28 -0400 Subject: Revise include order using clang-format-6.0 Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. --- Tests/COnly/conly.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Tests/COnly') diff --git a/Tests/COnly/conly.c b/Tests/COnly/conly.c index 7bd8e8e15f..2ae8a1acc8 100644 --- a/Tests/COnly/conly.c +++ b/Tests/COnly/conly.c @@ -1,10 +1,9 @@ -#include "foo.h" +#include +#include "foo.h" #include "libc1.h" #include "libc2.h" -#include - int main() { int class = 0; -- cgit v1.2.1