Update to follow recent LLVM changes

llvm-svn: 51689
This commit is contained in:
Anton Korobeynikov 2008-05-29 17:42:01 +00:00
parent a393e11e55
commit e1a9c26b89
3 changed files with 3 additions and 3 deletions

View File

@ -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 <iosfwd>
#include <string>

View File

@ -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 <cassert>
namespace clang {

View File

@ -14,7 +14,7 @@
#ifndef LLVM_CLANG_REWRITEROPE_H
#define LLVM_CLANG_REWRITEROPE_H
#include "llvm/ADT/iterator"
#include "llvm/ADT/iterator.h"
#include <cstring>
#include <cassert>