summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-03-23 22:27:08 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-03-23 22:38:46 (GMT)
commit41ec352832037d316c34b3eba336eeb7f4163d86 (patch)
tree26484705d2c821b770dbbac02c95d0585dbed240 /Source/cmSystemTools.cxx
parent72ea66b1cf28bba68f2b81637864a330e3ae715f (diff)
downloadCMake-41ec352832037d316c34b3eba336eeb7f4163d86.zip
CMake-41ec352832037d316c34b3eba336eeb7f4163d86.tar.gz
CMake-41ec352832037d316c34b3eba336eeb7f4163d86.tar.bz2
IWYU: use pragma export
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index b7afa10..b2e3c6a 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -33,7 +33,6 @@
#include <cmsys/FStream.hxx>
#include <cmsys/RegularExpression.hxx>
#include <cmsys/System.h>
-#include <cmsys/SystemTools.hxx>
#include <cmsys/Terminal.h>
#include <ctype.h>
#include <errno.h>