From: Anton Korobeynikov Date: Thu, 29 May 2008 17:42:01 +0000 (+0000) Subject: Update to follow recent LLVM changes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=525204a7ca5c3c0aac8166d8f27abb988a84c850;p=clang Update to follow recent LLVM changes git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51689 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h index c854bb5640..2f7419b046 100644 --- a/include/clang/AST/Stmt.h +++ b/include/clang/AST/Stmt.h @@ -18,7 +18,7 @@ #include "clang/Basic/SourceLocation.h" #include "clang/AST/StmtIterator.h" #include "llvm/ADT/SmallVector.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include "llvm/Bitcode/SerializationFwd.h" #include #include diff --git a/include/clang/AST/StmtIterator.h b/include/clang/AST/StmtIterator.h index d40e61e53a..c652ef2071 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/ADT/iterator" +#include "llvm/ADT/iterator.h" #include namespace clang { diff --git a/include/clang/Rewrite/RewriteRope.h b/include/clang/Rewrite/RewriteRope.h index a1fab31c93..ad7bb735d6 100644 --- a/include/clang/Rewrite/RewriteRope.h +++ b/include/clang/Rewrite/RewriteRope.h @@ -14,7 +14,7 @@ #ifndef LLVM_CLANG_REWRITEROPE_H #define LLVM_CLANG_REWRITEROPE_H -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include #include