[clang] cbaa326 - Removed an unused include from TypeLocVisitor.h
Dmitri Gribenko via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 16 07:00:01 PST 2020
Author: Dmitri Gribenko
Date: 2020-01-16T15:57:44+01:00
New Revision: cbaa32650a0b5b17b42fc123de068de69b290bf5
URL: https://github.com/llvm/llvm-project/commit/cbaa32650a0b5b17b42fc123de068de69b290bf5
DIFF: https://github.com/llvm/llvm-project/commit/cbaa32650a0b5b17b42fc123de068de69b290bf5.diff
LOG: Removed an unused include from TypeLocVisitor.h
Added:
Modified:
clang-tools-extra/clangd/FindTarget.cpp
clang/include/clang/AST/TypeLocVisitor.h
Removed:
################################################################################
diff --git a/clang-tools-extra/clangd/FindTarget.cpp b/clang-tools-extra/clangd/FindTarget.cpp
index 82a2e8c27d56..2bab9d4f67b7 100644
--- a/clang-tools-extra/clangd/FindTarget.cpp
+++ b/clang-tools-extra/clangd/FindTarget.cpp
@@ -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"
diff --git a/clang/include/clang/AST/TypeLocVisitor.h b/clang/include/clang/AST/TypeLocVisitor.h
index ec780884e96c..168e9ac532ee 100644
--- a/clang/include/clang/AST/TypeLocVisitor.h
+++ b/clang/include/clang/AST/TypeLocVisitor.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 {
More information about the cfe-commits
mailing list