diff options
author | Anders Carlsson <andersca@mac.com> | 2009-07-18 19:43:29 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-07-18 19:43:29 +0000 |
commit | 19cc4abea06a9b49e0e16a50d335c064cd723572 (patch) | |
tree | d2fdb0f371ccd68951b147486b0cb1e6653be620 /lib/AST/ASTContext.cpp | |
parent | e61ad0b7063fcd97204b1cce5558685144267eb6 (diff) |
Revert r75641.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r-- | lib/AST/ASTContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index c378b8afc1..f7b913cc4a 100644 --- a/lib/AST/ASTContext.cpp +++ b/lib/AST/ASTContext.cpp @@ -12,12 +12,12 @@ //===----------------------------------------------------------------------===// #include "clang/AST/ASTContext.h" -#include "clang/AST/ASTRecordLayout.h" #include "clang/AST/DeclCXX.h" #include "clang/AST/DeclObjC.h" #include "clang/AST/DeclTemplate.h" #include "clang/AST/Expr.h" #include "clang/AST/ExternalASTSource.h" +#include "clang/AST/RecordLayout.h" #include "clang/Basic/Builtins.h" #include "clang/Basic/SourceManager.h" #include "clang/Basic/TargetInfo.h" |