From: Richard Trieu Date: Wed, 7 Mar 2012 17:47:10 +0000 (+0000) Subject: Remove unnecessary include in ExprObjC.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ea396a886d46a9329817ad0a8c423510634d889;p=clang Remove unnecessary include in ExprObjC.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152239 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;