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" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits