From 221fa94e404174160e4e83cd21cfa439cc37f199 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 11 Aug 2008 04:54:23 +0000 Subject: More #include cleaning - Drop Expr.h,RecordLayout.h from ASTContext.h (for DeclBase.h and SourceLocation.h) - Move ASTContext constructor into implementation llvm-svn: 54627 --- clang/lib/AST/DeclObjC.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/AST/DeclObjC.cpp') diff --git a/clang/lib/AST/DeclObjC.cpp b/clang/lib/AST/DeclObjC.cpp index 9ba6e86cf09..a793ac608d6 100644 --- a/clang/lib/AST/DeclObjC.cpp +++ b/clang/lib/AST/DeclObjC.cpp @@ -13,6 +13,7 @@ #include "clang/AST/DeclObjC.h" #include "clang/AST/ASTContext.h" +#include "clang/AST/Stmt.h" using namespace clang; //===----------------------------------------------------------------------===// -- cgit v1.2.3