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:
Brad King
2016-04-29 09:40:20 -04:00
parent 0e7bca923e
commit 180538c706
254 changed files with 322 additions and 114 deletions
+1
View File
@@ -14,6 +14,7 @@
#define cmCTestBatchTestHandler_h
#include <cmStandardIncludes.h>
#include <cmCTestTestHandler.h>
#include <cmCTestMultiProcessHandler.h>
#include <cmCTestRunTest.h>