diff options
author | Brad King <brad.king@kitware.com> | 2001-06-22 16:17:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-06-22 16:17:53 (GMT) |
commit | 487dc39f120478155335eee8bd9472b34ccb7be9 (patch) | |
tree | 0fa41f741aecce008cf3e13a0952b98459bb5606 /Source/cmMakefile.cxx | |
parent | 5c394700317c86151bca206aa500066e18d13e24 (diff) | |
download | CMake-487dc39f120478155335eee8bd9472b34ccb7be9.zip CMake-487dc39f120478155335eee8bd9472b34ccb7be9.tar.gz CMake-487dc39f120478155335eee8bd9472b34ccb7be9.tar.bz2 |
ERR: Removed stray standard header include. They should be added to cmStandardIncludes.h
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index b6d4c4f..2c13e5f 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -48,7 +48,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCommands.h" #include "cmCacheManager.h" #include "cmFunctionBlocker.h" -#include "stdio.h" // default is not to be building executables cmMakefile::cmMakefile() |