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 | 15b73deeea2ec0c12f61d425276fa73d41f3fc3e (patch) | |
tree | 01f5ee3721c526a48eb680c6a0b68ae9c9606a0d /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 484e90b45effc975cdc449411f401ee832e5f8a6 (diff) | |
download | bcm5719-llvm-15b73deeea2ec0c12f61d425276fa73d41f3fc3e.tar.gz bcm5719-llvm-15b73deeea2ec0c12f61d425276fa73d41f3fc3e.zip |
Revert r75641.
llvm-svn: 76327
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index f55998afe13..a2d7b023d4a 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -14,9 +14,9 @@ #include "CGDebugInfo.h" #include "CodeGenModule.h" #include "clang/AST/ASTContext.h" -#include "clang/AST/ASTRecordLayout.h" #include "clang/AST/DeclObjC.h" #include "clang/AST/Expr.h" +#include "clang/AST/RecordLayout.h" #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Frontend/CompileOptions.h" |