Changes For Bug 352
[oota-llvm.git] / lib / Transforms / IPO / Inliner.cpp
index f0cb03d7b17b8ff3df56fcd3623f5e8e444b9e84..86d343af6a04643bebca206e28b75326f3b4a842 100644 (file)
@@ -19,9 +19,9 @@
 #include "llvm/Analysis/CallGraph.h"
 #include "llvm/Support/CallSite.h"
 #include "llvm/Transforms/Utils/Cloning.h"
-#include "Support/CommandLine.h"
-#include "Support/Debug.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/Statistic.h"
 #include <set>
 using namespace llvm;