Browse Source

BUG: remove iostream.h includes

pull/1/head
Bill Hoffman 24 years ago
parent
commit
d4edafe717
  1. 1
      Source/cmIncludeCommand.cxx
  2. 1
      Source/cmLoadCacheCommand.cxx

1
Source/cmIncludeCommand.cxx

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

1
Source/cmLoadCacheCommand.cxx

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

Loading…
Cancel
Save