Skip to content
Snippets Groups Projects
Commit f1fdd158 authored by Brad King's avatar Brad King
Browse files

clang-format: Fix include block order in ctest.cxx and cpack.cxx

parent 3cc3d42a
No related branches found
No related tags found
No related merge requests found
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include <cstddef>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "cmsys/CommandLineArguments.hxx"
#include "cmsys/Encoding.hxx"
......@@ -22,15 +31,6 @@
# include "cmsys/ConsoleBuf.hxx"
#endif
#include <cstddef>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
namespace {
const char* cmDocumentationName[][2] = {
{ nullptr, " cpack - Packaging driver provided by CMake." },
......
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
#include "cmsys/Encoding.hxx"
#include "cmCTest.h"
......@@ -12,10 +17,6 @@
#if defined(_WIN32) && !defined(CMAKE_BOOTSTRAP)
# include "cmsys/ConsoleBuf.hxx"
#endif
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
static const char* cmDocumentationName[][2] = {
{ nullptr, " ctest - Testing driver provided by CMake." },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment