From: Chris Lattner Date: Mon, 9 Feb 2004 03:22:32 +0000 (+0000) Subject: This #include is not needed, it should have been removed with the last patch X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bcb6afba33c575d555ceda559a85a6f7c4c1407b;p=oota-llvm.git This #include is not needed, it should have been removed with the last patch git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11222 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AsmParser/llvmAsmParser.y b/lib/AsmParser/llvmAsmParser.y index d7efe6bd0fb..6eb9a46456b 100644 --- a/lib/AsmParser/llvmAsmParser.y +++ b/lib/AsmParser/llvmAsmParser.y @@ -20,7 +20,6 @@ #include "llvm/iOperators.h" #include "llvm/iPHINode.h" #include "Support/STLExtras.h" -#include "Support/DepthFirstIterator.h" #include #include #include