aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfWriter.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/ProfileData/InstrProfWriter.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/ProfileData/InstrProfWriter.cpp')
-rw-r--r--llvm/lib/ProfileData/InstrProfWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/InstrProfWriter.cpp b/llvm/lib/ProfileData/InstrProfWriter.cpp
index 4d92e9d..7ca26aa 100644
--- a/llvm/lib/ProfileData/InstrProfWriter.cpp
+++ b/llvm/lib/ProfileData/InstrProfWriter.cpp
@@ -21,7 +21,6 @@
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/ProfileData/ProfileCommon.h"
#include "llvm/Support/Compression.h"
-#include "llvm/Support/Endian.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"