[Lldb-commits] [lldb] e13fca4 - [lldb] Remove unused <iostream> includes (NFC)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat Jun 20 22:38:55 PDT 2020
Author: Jonas Devlieghere
Date: 2020-06-20T22:38:45-07:00
New Revision: e13fca4fac3119ebde8d7c4cf302fee47f95931f
URL: https://github.com/llvm/llvm-project/commit/e13fca4fac3119ebde8d7c4cf302fee47f95931f
DIFF: https://github.com/llvm/llvm-project/commit/e13fca4fac3119ebde8d7c4cf302fee47f95931f.diff
LOG: [lldb] Remove unused <iostream> includes (NFC)
Added:
Modified:
lldb/include/lldb/Utility/ReproducerInstrumentation.h
lldb/source/Host/common/Editline.cpp
Removed:
################################################################################
diff --git a/lldb/include/lldb/Utility/ReproducerInstrumentation.h b/lldb/include/lldb/Utility/ReproducerInstrumentation.h
index f06b8c038818..5fc33ad1a17b 100644
--- a/lldb/include/lldb/Utility/ReproducerInstrumentation.h
+++ b/lldb/include/lldb/Utility/ReproducerInstrumentation.h
@@ -16,7 +16,6 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorHandling.h"
-#include <iostream>
#include <map>
#include <type_traits>
diff --git a/lldb/source/Host/common/Editline.cpp b/lldb/source/Host/common/Editline.cpp
index 56203e37dec0..226e638aba25 100644
--- a/lldb/source/Host/common/Editline.cpp
+++ b/lldb/source/Host/common/Editline.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include <iomanip>
-#include <iostream>
#include <limits.h>
#include "lldb/Host/ConnectionFileDescriptor.h"
More information about the lldb-commits
mailing list