mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -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:
@@ -1,20 +1,22 @@
|
||||
#include "Aout.h"
|
||||
#include "ExtraSources/file1.h"
|
||||
#include "cmTestConfigure.h"
|
||||
#include "cmTestConfigureEscape.h"
|
||||
#include "cmTestGeneratedHeader.h"
|
||||
#include "cmVersion.h"
|
||||
|
||||
#include "Aout.h"
|
||||
#include "ExtraSources/file1.h"
|
||||
#include "file2.h"
|
||||
#include "sharedFile.h"
|
||||
extern "C" {
|
||||
#include "testConly.h"
|
||||
}
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#if !defined(S_ISDIR)
|
||||
# define S_ISDIR(mode) ((mode)&_S_IFDIR)
|
||||
|
||||
Reference in New Issue
Block a user