diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-08-21 06:52:44 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-08-21 06:52:44 +0000 |
commit | 9d7a8cc57ef1272fa770e939c87869cfa2d94e7a (patch) | |
tree | 3e1c7bb685c75907049156eac81b291cd28d43a7 | |
parent | 56c39eb232bea1fbf8e5d8ffee36168f43285208 (diff) |
Remove #include <iostream>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79603 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp b/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp index 7c792956ec..accc4a4b14 100644 --- a/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp +++ b/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp @@ -5,7 +5,6 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include <vector> -#include <iostream> using namespace llvm; using std::vector; using std::string; |