From: Chris Lattner Date: Mon, 12 Jan 2004 19:56:36 +0000 (+0000) Subject: Clean up #includes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7822c2ae077429d7bf6eb3f6ebf99d61f359b601;p=oota-llvm.git Clean up #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10799 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; //===----------------------------------------------------------------------===//