diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:12:39 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:12:39 +0000 |
commit | 03013fa9a0bf1ef4b907f5fec006c8f4000fdd21 (patch) | |
tree | bf4ce623726f869346411eeca4d082c203390790 /include/clang/AST/StmtIterator.h | |
parent | 8a72621a019a0b3ae793b1f5fc6da2243476979f (diff) | |
download | clang-03013fa9a0bf1ef4b907f5fec006c8f4000fdd21.tar.gz |
Merge System into Support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/StmtIterator.h')
-rw-r--r-- | include/clang/AST/StmtIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/StmtIterator.h b/include/clang/AST/StmtIterator.h index 4da2e3474b..ebf712a153 100644 --- a/include/clang/AST/StmtIterator.h +++ b/include/clang/AST/StmtIterator.h @@ -14,7 +14,7 @@ #ifndef LLVM_CLANG_AST_STMT_ITR_H #define LLVM_CLANG_AST_STMT_ITR_H -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h" #include <cassert> #include <cstddef> #include <iterator> |