summaryrefslogtreecommitdiff
path: root/tools/llvm-db/llvm-db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/llvm-db.cpp')
-rw-r--r--tools/llvm-db/llvm-db.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp
index 1b7385c065..23cbca2ef4 100644
--- a/tools/llvm-db/llvm-db.cpp
+++ b/tools/llvm-db/llvm-db.cpp
@@ -13,8 +13,8 @@
//===----------------------------------------------------------------------===//
#include "CLIDebugger.h"
-#include "Support/CommandLine.h"
-#include "Support/PluginLoader.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/PluginLoader.h"
#include "llvm/System/Signals.h"
#include <iostream>