瀏覽代碼

Remove use of include <cmsys/IOStream.hxx> from KWSys

We no longer need this compatibility layer for the compilers we support.
Brad King 10 年之前
父節點
當前提交
04e708d8df
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      Source/cmStandardIncludes.h

+ 0 - 8
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>