diff --git a/lib/Transforms/Utils/Local.cpp b/lib/Transforms/Utils/Local.cpp index 11b6515967e..821d1e13ebc 100644 --- a/lib/Transforms/Utils/Local.cpp +++ b/lib/Transforms/Utils/Local.cpp @@ -14,9 +14,7 @@ #include "llvm/Transforms/Utils/Local.h" #include "llvm/Constants.h" -#include "llvm/iTerminators.h" -#include "llvm/iOperators.h" -#include "llvm/iPHINode.h" +#include "llvm/Instructions.h" using namespace llvm; //===----------------------------------------------------------------------===//