summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r--lldb/source/Core/IOHandler.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp
index 4c29cedbfe6..784ad9021f8 100644
--- a/lldb/source/Core/IOHandler.cpp
+++ b/lldb/source/Core/IOHandler.cpp
@@ -25,12 +25,12 @@
// Project includes
#include "lldb/Core/Debugger.h"
#include "lldb/Core/StreamFile.h"
-#include "lldb/Host/File.h" // for File
-#include "lldb/Utility/Predicate.h" // for Predicate, ::eBroad...
-#include "lldb/Utility/Status.h" // for Status
-#include "lldb/Utility/StreamString.h" // for StreamString
-#include "lldb/Utility/StringList.h" // for StringList
-#include "lldb/lldb-forward.h" // for StreamFileSP
+#include "lldb/Host/File.h"
+#include "lldb/Utility/Predicate.h"
+#include "lldb/Utility/Status.h"
+#include "lldb/Utility/StreamString.h"
+#include "lldb/Utility/StringList.h"
+#include "lldb/lldb-forward.h"
#ifndef LLDB_DISABLE_LIBEDIT
#include "lldb/Host/Editline.h"
@@ -55,23 +55,23 @@
#include "lldb/Utility/State.h"
#endif
-#include "llvm/ADT/StringRef.h" // for StringRef
+#include "llvm/ADT/StringRef.h"
#ifdef _MSC_VER
#include "lldb/Host/windows/windows.h"
#endif
-#include <memory> // for shared_ptr
-#include <mutex> // for recursive_mutex
-
-#include <assert.h> // for assert
-#include <ctype.h> // for isspace
-#include <errno.h> // for EINTR, errno
-#include <locale.h> // for setlocale
-#include <stdint.h> // for uint32_t, UINT32_MAX
-#include <stdio.h> // for size_t, fprintf, feof
-#include <string.h> // for strlen
-#include <type_traits> // for move
+#include <memory>
+#include <mutex>
+
+#include <assert.h>
+#include <ctype.h>
+#include <errno.h>
+#include <locale.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <string.h>
+#include <type_traits>
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud