Browse Source

BUG: remove iostream.h includes

Bill Hoffman 24 years ago
parent
commit
d4edafe717
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Source/cmIncludeCommand.cxx
  2. 0 1
      Source/cmLoadCacheCommand.cxx

+ 0 - 1
Source/cmIncludeCommand.cxx

@@ -15,7 +15,6 @@
 =========================================================================*/
 #include "cmIncludeCommand.h"
 
-#include <iostream.h>
 
 // cmIncludeCommand
 bool cmIncludeCommand::InitialPass(std::vector<std::string>& args)

+ 0 - 1
Source/cmLoadCacheCommand.cxx

@@ -15,7 +15,6 @@
 =========================================================================*/
 #include "cmLoadCacheCommand.h"
 
-#include <iostream.h>
 
 // cmLoadcacheCommand
 bool cmLoadCacheCommand::InitialPass(std::vector<std::string>& args)