aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce/llvm-reduce.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-23 23:58:52 -0700
committerGitHub <noreply@github.com>2025-05-23 23:58:52 -0700
commitef2531b63c8f6c59c48a0a467b6cf6063ac7f44f (patch)
treef0d251e408b8511f1994c56122963034a5f33751 /llvm/tools/llvm-reduce/llvm-reduce.cpp
parent92cebab21042766d59493f8f4c2541248be5de57 (diff)
downloadllvm-ef2531b63c8f6c59c48a0a467b6cf6063ac7f44f.zip
llvm-ef2531b63c8f6c59c48a0a467b6cf6063ac7f44f.tar.gz
llvm-ef2531b63c8f6c59c48a0a467b6cf6063ac7f44f.tar.bz2
[llvm-reduce] Remove unused includes (NFC) (#141322)
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/tools/llvm-reduce/llvm-reduce.cpp')
-rw-r--r--llvm/tools/llvm-reduce/llvm-reduce.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp
index bb7e173..94bc7e14 100644
--- a/llvm/tools/llvm-reduce/llvm-reduce.cpp
+++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp
@@ -21,11 +21,9 @@
#include "llvm/CodeGen/CommandFlags.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/InitLLVM.h"
-#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"
-#include <system_error>
#ifdef _WIN32
#include <windows.h>