Changes For Bug 352
[oota-llvm.git] / lib / Analysis / DataStructure / Printer.cpp
index 24bf768379815dc4d5a24af96b26e3de8cf4413e..c951433f49a1fcbcd8a78f2fb48c89387d971a9c 100644 (file)
@@ -17,9 +17,9 @@
 #include "llvm/Module.h"
 #include "llvm/Constants.h"
 #include "llvm/Assembly/Writer.h"
-#include "Support/CommandLine.h"
-#include "Support/GraphWriter.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/GraphWriter.h"
+#include "llvm/ADT/Statistic.h"
 #include <fstream>
 #include <sstream>
 using namespace llvm;