aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/MachOYAML.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-17 08:39:04 -0800
committerGitHub <noreply@github.com>2024-11-17 08:39:04 -0800
commit5b7102d1f37eab7a8f17b7bf4124ca76fbdbd66d (patch)
treed8f0ba883a5eda97fe395d4fc097d17b55f940cd /llvm/lib/ObjectYAML/MachOYAML.cpp
parent7e8bc5cf77bdda9e32b984b3fa91953361f24abb (diff)
downloadllvm-5b7102d1f37eab7a8f17b7bf4124ca76fbdbd66d.zip
llvm-5b7102d1f37eab7a8f17b7bf4124ca76fbdbd66d.tar.gz
llvm-5b7102d1f37eab7a8f17b7bf4124ca76fbdbd66d.tar.bz2
[ObjectYAML] Remove unused includes (NFC) (#116530)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/ObjectYAML/MachOYAML.cpp')
-rw-r--r--llvm/lib/ObjectYAML/MachOYAML.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ObjectYAML/MachOYAML.cpp b/llvm/lib/ObjectYAML/MachOYAML.cpp
index 82b2eae..4857b59 100644
--- a/llvm/lib/ObjectYAML/MachOYAML.cpp
+++ b/llvm/lib/ObjectYAML/MachOYAML.cpp
@@ -13,12 +13,10 @@
#include "llvm/ObjectYAML/MachOYAML.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/MachO.h"
-#include "llvm/Support/Format.h"
#include "llvm/Support/SystemZ/zOSSupport.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Host.h"
-#include <cinttypes>
#include <cstdint>
#include <cstring>