summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-03 07:15:36 +0000
committerChris Lattner <sabre@nondot.org>2002-02-03 07:15:36 +0000
commit9aab9ec321e2774bb4daab6355d89ab1aef0556a (patch)
treec7bdf191e45f8b3e2eeb9ff6a22c3bb40415ee37 /include/llvm
parent29f4c06b7f12b0da25ee022014bd7e2a72b11142 (diff)
downloadllvm-9aab9ec321e2774bb4daab6355d89ab1aef0556a.tar.gz
llvm-9aab9ec321e2774bb4daab6355d89ab1aef0556a.tar.bz2
llvm-9aab9ec321e2774bb4daab6355d89ab1aef0556a.tar.xz
Remove extranous #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Target/TargetCacheInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetCacheInfo.h b/include/llvm/Target/TargetCacheInfo.h
index 34194ec997..0f81dd1a65 100644
--- a/include/llvm/Target/TargetCacheInfo.h
+++ b/include/llvm/Target/TargetCacheInfo.h
@@ -12,7 +12,6 @@
#include "llvm/Target/TargetMachine.h"
#include "Support/DataTypes.h"
-#include <vector>
//---------------------------------------------------------------------------