aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-03 07:03:02 -0800
committerGitHub <noreply@github.com>2024-11-03 07:03:02 -0800
commit2fccd5c576f2e056954996c3071163fc5c1eb4d4 (patch)
treec3c0e4ce15faeb80014828f1035d29a9c807b8f1 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parent33af68a476fee9e3380f0831c8a69265ace61b74 (diff)
downloadllvm-2fccd5c576f2e056954996c3071163fc5c1eb4d4.zip
llvm-2fccd5c576f2e056954996c3071163fc5c1eb4d4.tar.gz
llvm-2fccd5c576f2e056954996c3071163fc5c1eb4d4.tar.bz2
[AsmPrinter] Remove unused includes (NFC) (#114698)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
index a692e7a..05bceb8 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
@@ -60,7 +60,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Path.h"
-#include "llvm/Support/Program.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
@@ -70,7 +69,6 @@
#include <cassert>
#include <cctype>
#include <cstddef>
-#include <iterator>
#include <limits>
using namespace llvm;