aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/HeaderMap.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-15 21:00:36 -0700
committerGitHub <noreply@github.com>2025-06-15 21:00:36 -0700
commitc01532177ff61a768d5dc1ea541f9a8d986497fa (patch)
tree1fc9fa1a9db1b89423a59ab079192f6f41e97093 /clang/lib/Lex/HeaderMap.cpp
parent7a4a83b551eaf159ce10b612def3be62d80706d4 (diff)
downloadllvm-c01532177ff61a768d5dc1ea541f9a8d986497fa.zip
llvm-c01532177ff61a768d5dc1ea541f9a8d986497fa.tar.gz
llvm-c01532177ff61a768d5dc1ea541f9a8d986497fa.tar.bz2
[clang] Remove unused includes (NFC) (#144285)
These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures.
Diffstat (limited to 'clang/lib/Lex/HeaderMap.cpp')
-rw-r--r--clang/lib/Lex/HeaderMap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/HeaderMap.cpp b/clang/lib/Lex/HeaderMap.cpp
index 588b32e..a7b670f 100644
--- a/clang/lib/Lex/HeaderMap.cpp
+++ b/clang/lib/Lex/HeaderMap.cpp
@@ -18,7 +18,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/SystemZ/zOSSupport.h"
#include <cstring>
#include <memory>
#include <optional>