OSDN Git Service

This no longer needs plugins, this it doesn't need all of VMCore.
authorChris Lattner <sabre@nondot.org>
Thu, 8 Jun 2006 00:25:44 +0000 (00:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Jun 2006 00:25:44 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28723 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-db/llvm-db.cpp

index b270535..2680d8c 100644 (file)
@@ -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 <iostream>
 
 using namespace llvm;