From d4edafe71754ccdbec8206cf8ba6c22580276bec Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 10 Jul 2001 17:13:16 -0400 Subject: [PATCH] BUG: remove iostream.h includes --- Source/cmIncludeCommand.cxx | 1 - Source/cmLoadCacheCommand.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index 3eae93dc0..3c2d35df2 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -15,7 +15,6 @@ =========================================================================*/ #include "cmIncludeCommand.h" -#include // cmIncludeCommand bool cmIncludeCommand::InitialPass(std::vector& args) diff --git a/Source/cmLoadCacheCommand.cxx b/Source/cmLoadCacheCommand.cxx index 6b5027c66..3c2c0f129 100644 --- a/Source/cmLoadCacheCommand.cxx +++ b/Source/cmLoadCacheCommand.cxx @@ -15,7 +15,6 @@ =========================================================================*/ #include "cmLoadCacheCommand.h" -#include // cmLoadcacheCommand bool cmLoadCacheCommand::InitialPass(std::vector& args)