diff options
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r-- | llvm/tools/llvm-db/llvm-db.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-db/llvm-db.cpp b/llvm/tools/llvm-db/llvm-db.cpp index b270535452b..2680d8c4233 100644 --- a/llvm/tools/llvm-db/llvm-db.cpp +++ b/llvm/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 <iostream> using namespace llvm; |