[llvm-exegesis] Remove unnecessary includes
authorAiden Grossman <agrossman154@yahoo.com>
Fri, 7 Jul 2023 02:58:41 +0000 (19:58 -0700)
committerAiden Grossman <agrossman154@yahoo.com>
Fri, 7 Jul 2023 02:58:41 +0000 (19:58 -0700)
Left some includes around from debugging the last patch that I forgot to
take out, so here's the patch taking them out.

llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp

index ba91f5d..8197cbd 100644 (file)
@@ -7,8 +7,6 @@
 //===----------------------------------------------------------------------===//
 
 #include <array>
-#include <cerrno>
-#include <iostream>
 #include <memory>
 #include <string>