These files don't need to include <iostream> since they include "Support/Debug.h".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke
2004-07-21 20:50:33 +00:00
parent 7d02766247
commit 7848e68c16
26 changed files with 0 additions and 27 deletions

View File

@ -28,7 +28,6 @@
#include "VirtRegMap.h"
#include <algorithm>
#include <cmath>
#include <iostream>
#include <set>
using namespace llvm;