[llvm] 2dcba67 - [llvm-exegesis] Remove unnecessary includes
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 19:59:22 PDT 2023
Author: Aiden Grossman
Date: 2023-07-06T19:58:41-07:00
New Revision: 2dcba670070b558d1e0148de906e7368562dc07a
URL: https://github.com/llvm/llvm-project/commit/2dcba670070b558d1e0148de906e7368562dc07a
DIFF: https://github.com/llvm/llvm-project/commit/2dcba670070b558d1e0148de906e7368562dc07a.diff
LOG: [llvm-exegesis] Remove unnecessary includes
Left some includes around from debugging the last patch that I forgot to
take out, so here's the patch taking them out.
Added:
Modified:
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
index ba91f5d89fea07..8197cbdbafbada 100644
--- a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
+++ b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
@@ -7,8 +7,6 @@
//===----------------------------------------------------------------------===//
#include <array>
-#include <cerrno>
-#include <iostream>
#include <memory>
#include <string>
More information about the llvm-commits
mailing list