summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestP4.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-02 19:05:39 (GMT)
committerBrad King <brad.king@kitware.com>2016-05-03 14:08:41 (GMT)
commit7b6ffa59b12aaa11f435578cb67e59570bef0453 (patch)
treed8e29759dae5046e8271aa1934b4c433ae139c8d /Source/CTest/cmCTestP4.cxx
parentbe14fe4857299ccd5918e6b1f8db0f0587db2850 (diff)
downloadCMake-7b6ffa59b12aaa11f435578cb67e59570bef0453.zip
CMake-7b6ffa59b12aaa11f435578cb67e59570bef0453.tar.gz
CMake-7b6ffa59b12aaa11f435578cb67e59570bef0453.tar.bz2
Source: Sort includes of sys/types.h as clang-format would
When this header is included in blocks where order does not matter, just place it in lexicographic order as clang-format would by default.
Diffstat (limited to 'Source/CTest/cmCTestP4.cxx')
-rw-r--r--Source/CTest/cmCTestP4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestP4.cxx b/Source/CTest/cmCTestP4.cxx
index f7c960c..b801cfc 100644
--- a/Source/CTest/cmCTestP4.cxx
+++ b/Source/CTest/cmCTestP4.cxx
@@ -17,8 +17,8 @@
#include <cmsys/Process.h>
#include <cmsys/RegularExpression.hxx>
-#include <sys/types.h>
#include <ctype.h>
+#include <sys/types.h>
#include <time.h>
//----------------------------------------------------------------------------