diff options
author | Richard Trieu <rtrieu@google.com> | 2012-03-07 17:47:10 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2012-03-07 17:47:10 +0000 |
commit | 9ea396a886d46a9329817ad0a8c423510634d889 (patch) | |
tree | 33b925d18eafd80d397212e7cfea7cbe1e7b71f1 | |
parent | cbf82092cdb9e3a2e8528384c878f2084a14981c (diff) |
Remove unnecessary include in ExprObjC.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152239 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/ExprObjC.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/ExprObjC.h b/include/clang/AST/ExprObjC.h index c3a6880a26..1e4c7f84ae 100644 --- a/include/clang/AST/ExprObjC.h +++ b/include/clang/AST/ExprObjC.h @@ -18,7 +18,6 @@ #include "clang/AST/Expr.h" #include "clang/AST/SelectorLocationsKind.h" #include "clang/Basic/IdentifierTable.h" -#include "clang/Sema/Ownership.h" namespace clang { class IdentifierInfo; |