Skip to content

Commit 815065f

Browse files
committed
Remove unused includes
1 parent 4a32f94 commit 815065f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang-tools-extra/clangd/refactor/tweaks/AbbreviateFunctionTemplate.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
#include "FindTarget.h"
9-
#include "SourceCode.h"
108
#include "XRefs.h"
119
#include "refactor/Tweak.h"
1210
#include "support/Logger.h"
1311
#include "clang/AST/ASTContext.h"
14-
#include "clang/AST/ExprConcepts.h"
1512
#include "clang/Tooling/Core/Replacement.h"
1613
#include "llvm/ADT/StringRef.h"
17-
#include "llvm/Support/Casting.h"
1814
#include "llvm/Support/Error.h"
1915
#include <numeric>
2016

0 commit comments

Comments
 (0)