diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:11:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:11:53 +0000 |
commit | 94a4f225732bf24aab6a6b47d459d9350697df74 (patch) | |
tree | d550853ef6247aa1bf271ee3a5e4f16aff1db8c7 /llvm/include/Support/PostOrderIterator.h | |
parent | defd415d01f596c1da2211323e9620ed5bd92638 (diff) | |
download | bcm5719-llvm-94a4f225732bf24aab6a6b47d459d9350697df74.tar.gz bcm5719-llvm-94a4f225732bf24aab6a6b47d459d9350697df74.zip |
Don't #include <Support/*>, #include "Support/*"
llvm-svn: 4325
Diffstat (limited to 'llvm/include/Support/PostOrderIterator.h')
-rw-r--r-- | llvm/include/Support/PostOrderIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/Support/PostOrderIterator.h b/llvm/include/Support/PostOrderIterator.h index a9f13da03de..507f4c2a0b2 100644 --- a/llvm/include/Support/PostOrderIterator.h +++ b/llvm/include/Support/PostOrderIterator.h @@ -10,7 +10,7 @@ #define LLVM_SUPPORT_POSTORDER_ITERATOR_H #include "Support/GraphTraits.h" -#include <Support/iterator> +#include "Support/iterator" #include <stack> #include <set> |