Changes For Bug 352
[oota-llvm.git] / tools / llvm-db / Commands.cpp
index 56dbd53526c32f0366e1ab5747bc9e5d7a086065..6df2f693a1640e0466a22065cbca666eb269bc02 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/Debugger/SourceLanguage.h"
 #include "llvm/Debugger/SourceFile.h"
 #include "llvm/Debugger/InferiorProcess.h"
-#include "Support/FileUtilities.h"
-#include "Support/StringExtras.h"
+#include "llvm/Support/FileUtilities.h"
+#include "llvm/ADT/StringExtras.h"
 #include <iostream>
 using namespace llvm;