Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
index 6f843448892a9b88420cfb5a409cbc12e459bb2b..c74cf51ccc4df6c602dcfb4caef40f6fb1c30c7b 100644 (file)
@@ -30,9 +30,9 @@
 #include "llvm/Pass.h"
 #include "llvm/Constant.h"
 #include "llvm/Support/CFG.h"
-#include "Support/Debug.h"
-#include "Support/PostOrderIterator.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/PostOrderIterator.h"
+#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {