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
+5 -5
View File
@@ -2,6 +2,11 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmListFileCache.h"
#include <cassert>
#include <memory>
#include <sstream>
#include <utility>
#include "cmListFileLexer.h"
#include "cmMessageType.h"
#include "cmMessenger.h"
@@ -10,11 +15,6 @@
#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
#include <cassert>
#include <memory>
#include <sstream>
#include <utility>
cmCommandContext::cmCommandName& cmCommandContext::cmCommandName::operator=(
std::string const& name)
{