Remove extranous #include
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:15:36 +0000 (07:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:15:36 +0000 (07:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1638 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetCacheInfo.h

index 34194ec99703193b9d82cc6f5f45839316201427..0f81dd1a65bf3794dd6db9457f104d11dcc2a62e 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "llvm/Target/TargetMachine.h"
 #include "Support/DataTypes.h"
-#include <vector>
 
 
 //---------------------------------------------------------------------------