mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -3,8 +3,6 @@
|
||||
#ifndef cmUVProcessChain_h
|
||||
#define cmUVProcessChain_h
|
||||
|
||||
#include "cm_uv.h"
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
@@ -13,6 +11,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cm_uv.h"
|
||||
|
||||
class cmUVProcessChain;
|
||||
|
||||
class cmUVProcessChainBuilder
|
||||
|
||||
Reference in New Issue
Block a user