mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
Source: Stabilize include order
Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#define cmCTestBatchTestHandler_h
|
||||
|
||||
#include <cmStandardIncludes.h>
|
||||
|
||||
#include <cmCTestTestHandler.h>
|
||||
#include <cmCTestMultiProcessHandler.h>
|
||||
#include <cmCTestRunTest.h>
|
||||
|
||||
Reference in New Issue
Block a user