Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnswitch.cpp
index 83dc1836d6b445bad224fa72f9a96441236f95da..73a99c22121b4badcc1f9f11f0ac781ca30b4270 100644 (file)
@@ -35,8 +35,8 @@
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Transforms/Utils/Local.h"
-#include "Support/Debug.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {