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.
This commit is contained in:
Kitware Robot
2019-09-30 10:46:28 -04:00
committed by Brad King
parent 185fe49f29
commit ed98209ddc
599 changed files with 2043 additions and 1741 deletions

View File

@@ -5,13 +5,13 @@
#include "cmConfigure.h" // IWYU pragma: keep
#include "cmCustomCommandLines.h"
#include "cmListFileCache.h"
#include <string>
#include <utility>
#include <vector>
#include "cmCustomCommandLines.h"
#include "cmListFileCache.h"
class cmMakefile;
class cmImplicitDependsList