diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-08-10 22:30:54 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-08-10 22:30:54 (GMT) |
commit | 072db6ad70cc7a204adb09ab5979c4ef272f67e8 (patch) | |
tree | 8972cf5405aeb6f2aa9cfb6f822d1c92ec93c132 /Source/cmGlob.cxx | |
parent | cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8 (diff) | |
download | CMake-072db6ad70cc7a204adb09ab5979c4ef272f67e8.zip CMake-072db6ad70cc7a204adb09ab5979c4ef272f67e8.tar.gz CMake-072db6ad70cc7a204adb09ab5979c4ef272f67e8.tar.bz2 |
removed redundent includes
Diffstat (limited to 'Source/cmGlob.cxx')
-rw-r--r-- | Source/cmGlob.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlob.cxx b/Source/cmGlob.cxx index b1c8866..3eb71ec 100644 --- a/Source/cmGlob.cxx +++ b/Source/cmGlob.cxx @@ -20,7 +20,6 @@ #include <cmsys/RegularExpression.hxx> #include <cmsys/SystemTools.hxx> -#include <stdio.h> #include <ctype.h> #if defined( _WIN32 ) || defined( APPLE ) || defined( __CYGWIN__ ) |