aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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;