summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-19 01:21:02 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-19 01:21:02 +0000
commit2dbba985d5aeca86bd5d23a4c3763f2a01684162 (patch)
treeced3446a9d728ceb77fd988b83fab1ff5b4a9413 /llvm/lib/Target
parent55bc848640c64890d5c7d9097dfb904a846e482d (diff)
downloadbcm5719-llvm-2dbba985d5aeca86bd5d23a4c3763f2a01684162.tar.gz
bcm5719-llvm-2dbba985d5aeca86bd5d23a4c3763f2a01684162.zip
Unneeded include's.
llvm-svn: 52478
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MipsAsmPrinter.cpp1
-rw-r--r--llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.cpp b/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
index b60729a80f0..0587d9859c1 100644
--- a/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
+++ b/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
@@ -32,7 +32,6 @@
#include "llvm/Target/TargetOptions.h"
#include "llvm/Support/Mangler.h"
#include "llvm/ADT/Statistic.h"
-#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/CommandLine.h"
diff --git a/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp b/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
index 15711b5d01f..c6b2ace6f66 100644
--- a/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
+++ b/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
@@ -20,7 +20,6 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
-#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/AsmPrinter.h"
OpenPOWER on IntegriCloud