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. --- Source/cmComputeLinkInformation.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Source/cmComputeLinkInformation.cxx') diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx index 832f38e38e..8773d10368 100644 --- a/Source/cmComputeLinkInformation.cxx +++ b/Source/cmComputeLinkInformation.cxx @@ -2,6 +2,12 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmComputeLinkInformation.h" +#include +#include +#include +#include +#include + #include "cmAlgorithms.h" #include "cmComputeLinkDepends.h" #include "cmGeneratorTarget.h" @@ -20,12 +26,6 @@ #include "cmTarget.h" #include "cmake.h" -#include -#include -#include -#include -#include - //#define CM_COMPUTE_LINK_INFO_DEBUG /* -- cgit v1.2.1