diff options
author | Steve Naroff <snaroff@apple.com> | 2007-10-01 19:00:59 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2007-10-01 19:00:59 +0000 |
commit | 980e508ca70d6de75d2abfd96b4681fc98bb2698 (patch) | |
tree | e43a9de1cbe32933d2b906c7286b8f5b74c71bbd /AST/Decl.cpp | |
parent | 991e48b283e6c683f91fdaa467776bdc4b50f099 (diff) |
Move ObjC decls to DeclObjC.h, a new AST header.
Update clients and add to project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'AST/Decl.cpp')
-rw-r--r-- | AST/Decl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AST/Decl.cpp b/AST/Decl.cpp index b8c9275a26..ddf4187a0e 100644 --- a/AST/Decl.cpp +++ b/AST/Decl.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "clang/AST/Decl.h" +#include "clang/AST/DeclObjC.h" #include "clang/Lex/IdentifierTable.h" using namespace clang; |