forked from OSchip/llvm-project
Removed an unused include from TypeLocVisitor.h
This commit is contained in:
parent
4b6d9ac392
commit
cbaa32650a
|
@ -26,6 +26,7 @@
|
|||
#include "clang/AST/Type.h"
|
||||
#include "clang/AST/TypeLoc.h"
|
||||
#include "clang/AST/TypeLocVisitor.h"
|
||||
#include "clang/AST/TypeVisitor.h"
|
||||
#include "clang/Basic/LangOptions.h"
|
||||
#include "clang/Basic/OperatorKinds.h"
|
||||
#include "clang/Basic/SourceLocation.h"
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#define LLVM_CLANG_AST_TYPELOCVISITOR_H
|
||||
|
||||
#include "clang/AST/TypeLoc.h"
|
||||
#include "clang/AST/TypeVisitor.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
|
||||
namespace clang {
|
||||
|
|
Loading…
Reference in New Issue