Rename RecordLayout.h to ASTRecordLayout.h

llvm-svn: 75641
diff --git a/clang/lib/CodeGen/TargetABIInfo.cpp b/clang/lib/CodeGen/TargetABIInfo.cpp
index 896dbd6..b8b409d 100644
--- a/clang/lib/CodeGen/TargetABIInfo.cpp
+++ b/clang/lib/CodeGen/TargetABIInfo.cpp
@@ -14,7 +14,7 @@
 
 #include "ABIInfo.h"
 #include "CodeGenFunction.h"
-#include "clang/AST/RecordLayout.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "llvm/Type.h"
 
 using namespace clang;