Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Utils / LowerInvoke.cpp
index 835a5ae7892447385a4d257033a932d8b97947cb..2c6cf7e91add0f6929e41d76a04215d5493391c4 100644 (file)
@@ -41,8 +41,8 @@
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
-#include "Support/Statistic.h"
-#include "Support/CommandLine.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/Support/CommandLine.h"
 #include <csetjmp>
 using namespace llvm;