This #include is not needed, it should have been removed with the last patch
authorChris Lattner <sabre@nondot.org>
Mon, 9 Feb 2004 03:22:32 +0000 (03:22 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Feb 2004 03:22:32 +0000 (03:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11222 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/llvmAsmParser.y

index d7efe6bd0fb6452e771ede23a37f63556da1f6d1..6eb9a46456bcc9456b4b83796dabbcebfdcd0ca5 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/iOperators.h"
 #include "llvm/iPHINode.h"
 #include "Support/STLExtras.h"
-#include "Support/DepthFirstIterator.h"
 #include <list>
 #include <utility>
 #include <algorithm>