diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-01-18 12:05:16 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-01-18 12:05:16 (GMT) |
commit | c8a09f9441323ff2840ac46d9342be316e63e050 (patch) | |
tree | 2a6499248886547076e6a5f159171f2cd46a7ff4 /Tests/Complex/Executable/complex.cxx | |
parent | 97f50b6e7a1cbc4b5438dac4221c1a8df714e49d (diff) | |
download | CMake-c8a09f9441323ff2840ac46d9342be316e63e050.zip CMake-c8a09f9441323ff2840ac46d9342be316e63e050.tar.gz CMake-c8a09f9441323ff2840ac46d9342be316e63e050.tar.bz2 |
ENH: remove unused and non-standard io.h file
Diffstat (limited to 'Tests/Complex/Executable/complex.cxx')
-rw-r--r-- | Tests/Complex/Executable/complex.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx index 02aa6dc..f48ce99 100644 --- a/Tests/Complex/Executable/complex.cxx +++ b/Tests/Complex/Executable/complex.cxx @@ -5,7 +5,6 @@ #include "cmStandardIncludes.h" #include <sys/stat.h> #include <stdio.h> -#include <io.h> #if defined(_MSC_VER) || defined(__BORLANDC__) #define _unlink unlink |