[lldb] Remove unused <iostream> includes (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 21 Jun 2020 05:38:26 +0000 (22:38 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 21 Jun 2020 05:38:45 +0000 (22:38 -0700)
lldb/include/lldb/Utility/ReproducerInstrumentation.h
lldb/source/Host/common/Editline.cpp

index f06b8c0..5fc33ad 100644 (file)
@@ -16,7 +16,6 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/ErrorHandling.h"
 
-#include <iostream>
 #include <map>
 #include <type_traits>
 
index 56203e3..226e638 100644 (file)
@@ -7,7 +7,6 @@
 //===----------------------------------------------------------------------===//
 
 #include <iomanip>
-#include <iostream>
 #include <limits.h>
 
 #include "lldb/Host/ConnectionFileDescriptor.h"