Changes For Bug 352
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
index cac3b507ba103b9ad7f3386b9fef794732371363..efe4d92bff8688bf5956427cafaf8f550cc417f3 100644 (file)
@@ -72,8 +72,8 @@
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/InstIterator.h"
-#include "Support/CommandLine.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/ADT/Statistic.h"
 #include <cmath>
 using namespace llvm;