aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-16 12:14:06 -0800
committerGitHub <noreply@github.com>2024-11-16 12:14:06 -0800
commit764275949897533a4be0728250e69a94d228fbc5 (patch)
tree77702b079eaf2451810f58566cec2bc36f376202 /clang/lib/Lex/Preprocessor.cpp
parent73e89cf66d4b88d568ff4c718ae7bf55588ef2be (diff)
downloadllvm-764275949897533a4be0728250e69a94d228fbc5.zip
llvm-764275949897533a4be0728250e69a94d228fbc5.tar.gz
llvm-764275949897533a4be0728250e69a94d228fbc5.tar.bz2
[Lex] Remove unused includes (NFC) (#116460)
Identified with misc-include-cleaner.
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
-rw-r--r--clang/lib/Lex/Preprocessor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp
index ecc5166..5ac5e6f 100644
--- a/clang/lib/Lex/Preprocessor.cpp
+++ b/clang/lib/Lex/Preprocessor.cpp
@@ -27,7 +27,6 @@
#include "clang/Lex/Preprocessor.h"
#include "clang/Basic/Builtins.h"
#include "clang/Basic/FileManager.h"
-#include "clang/Basic/FileSystemStatCache.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/LangOptions.h"
@@ -55,10 +54,8 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
-#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Capacity.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MemoryBuffer.h"