summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestP4.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-24 20:01:40 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-25 13:34:37 (GMT)
commit38491644540a203ee6465dd0bf179afb426aa835 (patch)
treef80e2f73708cf9dbf8476001d03146c92da99302 /Source/CTest/cmCTestP4.cxx
parent81c3e637ccc135068a06fa3dc72f23733f003db5 (diff)
downloadCMake-38491644540a203ee6465dd0bf179afb426aa835.zip
CMake-38491644540a203ee6465dd0bf179afb426aa835.tar.gz
CMake-38491644540a203ee6465dd0bf179afb426aa835.tar.bz2
CTest: fix include-what-you-use violations
Diffstat (limited to 'Source/CTest/cmCTestP4.cxx')
-rw-r--r--Source/CTest/cmCTestP4.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/CTest/cmCTestP4.cxx b/Source/CTest/cmCTestP4.cxx
index 82422a3..cf7b2ca 100644
--- a/Source/CTest/cmCTestP4.cxx
+++ b/Source/CTest/cmCTestP4.cxx
@@ -12,14 +12,15 @@
#include "cmCTestP4.h"
#include "cmCTest.h"
+#include "cmCTestVC.h"
+#include "cmProcessTools.h"
#include "cmSystemTools.h"
-#include <cmsys/Process.h>
+#include <algorithm>
#include <cmsys/RegularExpression.hxx>
-
-#include <ctype.h>
-#include <sys/types.h>
+#include <ostream>
#include <time.h>
+#include <utility>
cmCTestP4::cmCTestP4(cmCTest* ct, std::ostream& log)
: cmCTestGlobalVC(ct, log)