Changes For Bug 352
[oota-llvm.git] / tools / llvm-db / llvm-db.cpp
index 1b7385c0658d3abe1305f763df9315e9fb9c66ad..23cbca2ef4f191d1a16f9547747cc111861a749a 100644 (file)
@@ -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>