aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProfWriter.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-19 19:42:20 -0800
committerGitHub <noreply@github.com>2024-11-19 19:42:20 -0800
commit4f1b20f023626a2ae9aab627e918974ce81199fe (patch)
treeee6fcdd81c167b1b0426abaa096a561cfc9bef12 /llvm/lib/ProfileData/SampleProfWriter.cpp
parente9c8106a90d49e75bac87341ade57c6049357a97 (diff)
downloadllvm-4f1b20f023626a2ae9aab627e918974ce81199fe.zip
llvm-4f1b20f023626a2ae9aab627e918974ce81199fe.tar.gz
llvm-4f1b20f023626a2ae9aab627e918974ce81199fe.tar.bz2
[ProfileData] Remove unused includes (NFC) (#116751)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/ProfileData/SampleProfWriter.cpp')
-rw-r--r--llvm/lib/ProfileData/SampleProfWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ProfileData/SampleProfWriter.cpp b/llvm/lib/ProfileData/SampleProfWriter.cpp
index 8ded44f..6fc16d9 100644
--- a/llvm/lib/ProfileData/SampleProfWriter.cpp
+++ b/llvm/lib/ProfileData/SampleProfWriter.cpp
@@ -22,14 +22,12 @@
#include "llvm/ProfileData/ProfileCommon.h"
#include "llvm/ProfileData/SampleProf.h"
#include "llvm/Support/Compression.h"
-#include "llvm/Support/Endian.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/MD5.h"
#include "llvm/Support/raw_ostream.h"
-#include <algorithm>
#include <cmath>
#include <cstdint>
#include <memory>