aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-08-21 06:52:44 +0000
committerBill Wendling <isanbard@gmail.com>2009-08-21 06:52:44 +0000
commitdc7ad730482001bc32d66feb570cbd5bd454f401 (patch)
tree3e1c7bb685c75907049156eac81b291cd28d43a7
parent5c4ea88c63a75554c0cffa33bb574f5fce5c9f1d (diff)
downloadexternal_llvm-dc7ad730482001bc32d66feb570cbd5bd454f401.zip
external_llvm-dc7ad730482001bc32d66feb570cbd5bd454f401.tar.gz
external_llvm-dc7ad730482001bc32d66feb570cbd5bd454f401.tar.bz2
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp b/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp
index 7c79295..accc4a4 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;