aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-01 08:10:01 -0700
committerGitHub <noreply@github.com>2025-06-01 08:10:01 -0700
commit2a19efe7fe8adcb5d89d3587ee23d9f954b11896 (patch)
treedd686898a20638e285c49d699e18c884a760bf37 /clang/lib/Serialization/ModuleManager.cpp
parent2425626d803002027cbf71c39df80cb7b56db0fb (diff)
downloadllvm-2a19efe7fe8adcb5d89d3587ee23d9f954b11896.zip
llvm-2a19efe7fe8adcb5d89d3587ee23d9f954b11896.tar.gz
llvm-2a19efe7fe8adcb5d89d3587ee23d9f954b11896.tar.bz2
[Serialization] Remove unused includes (NFC) (#142300)
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/Serialization/ModuleManager.cpp')
-rw-r--r--clang/lib/Serialization/ModuleManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Serialization/ModuleManager.cpp b/clang/lib/Serialization/ModuleManager.cpp
index fa9533b..482c176 100644
--- a/clang/lib/Serialization/ModuleManager.cpp
+++ b/clang/lib/Serialization/ModuleManager.cpp
@@ -27,13 +27,11 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator.h"
-#include "llvm/Support/Chrono.h"
#include "llvm/Support/DOTGraphTraits.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/VirtualFileSystem.h"
-#include <algorithm>
#include <cassert>
#include <memory>
#include <string>