Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Utils / LowerSwitch.cpp
index 710188aa2b6bc2cf6fab4e3b93d6e567cb817f55..24a2963c27ea110a36af8cb6b60a0a7e17fdc7d1 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
-#include "Support/Debug.h"
-#include "Support/Statistic.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 namespace {