[clang] 8b58092 - ExternalASTSource.h - remove unused StringRef and <string> includes. NFCI.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 7 04:28:47 PDT 2021
Author: Simon Pilgrim
Date: 2021-06-07T12:28:31+01:00
New Revision: 8b58092de49b8be964e760c161585665e8d8c48f
URL: https://github.com/llvm/llvm-project/commit/8b58092de49b8be964e760c161585665e8d8c48f
DIFF: https://github.com/llvm/llvm-project/commit/8b58092de49b8be964e760c161585665e8d8c48f.diff
LOG: ExternalASTSource.h - remove unused StringRef and <string> includes. NFCI.
Added:
Modified:
clang/include/clang/AST/ExternalASTSource.h
Removed:
################################################################################
diff --git a/clang/include/clang/AST/ExternalASTSource.h b/clang/include/clang/AST/ExternalASTSource.h
index 6ec6edb858e9..b1851afcda37 100644
--- a/clang/include/clang/AST/ExternalASTSource.h
+++ b/clang/include/clang/AST/ExternalASTSource.h
@@ -24,14 +24,12 @@
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
-#include <string>
#include <utility>
namespace clang {
More information about the cfe-commits
mailing list