summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
commit1a180156b652e515933adfb6c3302a470d467e04 (patch)
tree7bf41fd3811f20bd24925e2cb576607850a884ca /llvm/lib/MC
parent30483fb188fe76e28f2d6e608db008549ef6d673 (diff)
downloadbcm5719-llvm-1a180156b652e515933adfb6c3302a470d467e04.tar.gz
bcm5719-llvm-1a180156b652e515933adfb6c3302a470d467e04.zip
Remove unused STL header includes.
llvm-svn: 130068
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCAssembler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp
index 99926460422..cbbc0aceec1 100644
--- a/llvm/lib/MC/MCAssembler.cpp
+++ b/llvm/lib/MC/MCAssembler.cpp
@@ -28,7 +28,6 @@
#include "llvm/Target/TargetRegistry.h"
#include "llvm/Target/TargetAsmBackend.h"
-#include <vector>
using namespace llvm;
namespace {
OpenPOWER on IntegriCloud