aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/TestModuleFileExtension.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-31 15:03:52 -0700
committerGitHub <noreply@github.com>2025-05-31 15:03:52 -0700
commit52e3b100d4ed695af47cb08e756b30950af52d6a (patch)
tree5f025681df48ee20e8df27ba397b91774ca33bd8 /clang/lib/Frontend/TestModuleFileExtension.cpp
parentbbb3d2177485ea4e182c369663e68f790881f557 (diff)
downloadllvm-52e3b100d4ed695af47cb08e756b30950af52d6a.zip
llvm-52e3b100d4ed695af47cb08e756b30950af52d6a.tar.gz
llvm-52e3b100d4ed695af47cb08e756b30950af52d6a.tar.bz2
[Frontend] Remove unused includes (NFC) (#142256)
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/Frontend/TestModuleFileExtension.cpp')
-rw-r--r--clang/lib/Frontend/TestModuleFileExtension.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/TestModuleFileExtension.cpp b/clang/lib/Frontend/TestModuleFileExtension.cpp
index 2d5145d..4ef9f8b 100644
--- a/clang/lib/Frontend/TestModuleFileExtension.cpp
+++ b/clang/lib/Frontend/TestModuleFileExtension.cpp
@@ -8,7 +8,6 @@
#include "TestModuleFileExtension.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "clang/Serialization/ASTReader.h"
-#include "llvm/ADT/Hashing.h"
#include "llvm/Bitstream/BitstreamWriter.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdio>