aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Timer.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-04 12:30:52 -0700
committerGitHub <noreply@github.com>2025-06-04 12:30:52 -0700
commit228f66807d0be1d7873e075fc81baf41001950b5 (patch)
treea0280e4bd90e65ccdb92118639a390740643b603 /llvm/lib/Support/Timer.cpp
parented42e172986a686e02cc030d2563374a1200e018 (diff)
downloadllvm-228f66807d0be1d7873e075fc81baf41001950b5.zip
llvm-228f66807d0be1d7873e075fc81baf41001950b5.tar.gz
llvm-228f66807d0be1d7873e075fc81baf41001950b5.tar.bz2
[llvm] Remove unused includes (NFC) (#142733)
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 'llvm/lib/Support/Timer.cpp')
-rw-r--r--llvm/lib/Support/Timer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp
index 22811d7..75ec299 100644
--- a/llvm/lib/Support/Timer.cpp
+++ b/llvm/lib/Support/Timer.cpp
@@ -24,7 +24,6 @@
#include "llvm/Support/Mutex.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Signposts.h"
-#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <limits>
#include <optional>