aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/DepthFirstIterator.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 02:11:53 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 02:11:53 +0000
commit4a63b72df95b5c0d4af064cef19377f811ba6060 (patch)
tree2b0068936bf1965293637e60f864f055753f3da6 /include/llvm/ADT/DepthFirstIterator.h
parent8e7ae9860bd1f29c95e4e10fe151a22aaafafef9 (diff)
downloadexternal_llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.zip
external_llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.gz
external_llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.bz2
Don't #include <Support/*>, #include "Support/*"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/DepthFirstIterator.h')
-rw-r--r--include/llvm/ADT/DepthFirstIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/DepthFirstIterator.h b/include/llvm/ADT/DepthFirstIterator.h
index e0782ac..7ae4b9d 100644
--- a/include/llvm/ADT/DepthFirstIterator.h
+++ b/include/llvm/ADT/DepthFirstIterator.h
@@ -9,7 +9,7 @@
#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
#include "Support/GraphTraits.h"
-#include <Support/iterator>
+#include "Support/iterator"
#include <stack>
#include <set>