Clean up #includes
authorChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 19:56:36 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 19:56:36 +0000 (19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10799 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/Local.cpp

index 11b6515967e0aa89e048682c1ae02cc80ba72501..821d1e13ebc5ba4d5c413e29e7f9b794f83293c9 100644 (file)
@@ -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;
 
 //===----------------------------------------------------------------------===//