From 04e708d8df71234750b3ea00e2d9ada0dd7def82 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 21 Aug 2015 10:54:57 -0400 Subject: [PATCH] Remove use of include from KWSys We no longer need this compatibility layer for the compilers we support. --- Source/cmStandardIncludes.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index a9796b975..468a58908 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -33,14 +33,6 @@ // Provide fixed-size integer types. #include -// 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 -#endif - #include #include #include