From: Chris Lattner Date: Thu, 8 Jun 2006 00:25:44 +0000 (+0000) Subject: This no longer needs plugins, this it doesn't need all of VMCore. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f3ac4108d3e8ad83ade659665d7346d6e1f3e5e;p=oota-llvm.git This no longer needs plugins, this it doesn't need all of VMCore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28723 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp index b270535452b..2680d8c4233 100644 --- a/tools/llvm-db/llvm-db.cpp +++ b/tools/llvm-db/llvm-db.cpp @@ -14,9 +14,7 @@ #include "CLIDebugger.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/PluginLoader.h" #include "llvm/System/Signals.h" -#include "llvm/LinkAllVMCore.h" #include using namespace llvm;