forked from OSchip/llvm-project
[AST] Remove unused Sema includes to fix a cyclic dependency from Sema to AST
llvm-svn: 374893
This commit is contained in:
parent
9d66247e9b
commit
dfb7a73601
|
@ -28,9 +28,6 @@
|
|||
#include "clang/Basic/OperatorKinds.h"
|
||||
#include "clang/Basic/SourceLocation.h"
|
||||
#include "clang/Basic/Specifiers.h"
|
||||
#include "clang/Sema/Template.h"
|
||||
#include "clang/Sema/SemaDiagnostic.h"
|
||||
#include "clang/Sema/Sema.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
|
|
Loading…
Reference in New Issue