forked from OSchip/llvm-project
Remove unnecessary include in ExprObjC.h
llvm-svn: 152239
This commit is contained in:
parent
62afff33c8
commit
3933f6f6ca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue