BUG: remove iostream.h includes
This commit is contained in:
parent
cf2f3998ec
commit
d4edafe717
|
@ -15,7 +15,6 @@
|
|||
=========================================================================*/
|
||||
#include "cmIncludeCommand.h"
|
||||
|
||||
#include <iostream.h>
|
||||
|
||||
// cmIncludeCommand
|
||||
bool cmIncludeCommand::InitialPass(std::vector<std::string>& args)
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
=========================================================================*/
|
||||
#include "cmLoadCacheCommand.h"
|
||||
|
||||
#include <iostream.h>
|
||||
|
||||
// cmLoadcacheCommand
|
||||
bool cmLoadCacheCommand::InitialPass(std::vector<std::string>& args)
|
||||
|
|
Loading…
Reference in New Issue