summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-21 14:54:57 (GMT)
committerBrad King <brad.king@kitware.com>2015-08-21 14:54:57 (GMT)
commit04e708d8df71234750b3ea00e2d9ada0dd7def82 (patch)
tree73e3f2531b9ba65649b906c183a4b125787e5c2e /Source/cmStandardIncludes.h
parente8585f45f57e23bc9eca068d8bee02888066d722 (diff)
downloadCMake-04e708d8df71234750b3ea00e2d9ada0dd7def82.zip
CMake-04e708d8df71234750b3ea00e2d9ada0dd7def82.tar.gz
CMake-04e708d8df71234750b3ea00e2d9ada0dd7def82.tar.bz2
Remove use of include <cmsys/IOStream.hxx> from KWSys
We no longer need this compatibility layer for the compilers we support.
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index a9796b9..468a589 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -33,14 +33,6 @@
// Provide fixed-size integer types.
#include <cmIML/INT.h>
-// Include stream compatibility layer from KWSys.
-// This is needed to work with large file support
-// on some platforms whose stream operators do not
-// support the large integer types.
-#if defined(CMAKE_BUILD_WITH_CMAKE)
-# include <cmsys/IOStream.hxx>
-#endif
-
#include <fstream>
#include <iostream>
#include <iomanip>