summaryrefslogtreecommitdiff
path: root/include/lldb/Utility/SelectHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/SelectHelper.h')
-rw-r--r--include/lldb/Utility/SelectHelper.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/lldb/Utility/SelectHelper.h b/include/lldb/Utility/SelectHelper.h
index 0251c8e72cdec..5fa856b15d9f0 100644
--- a/include/lldb/Utility/SelectHelper.h
+++ b/include/lldb/Utility/SelectHelper.h
@@ -10,16 +10,13 @@
#ifndef liblldb_SelectHelper_h_
#define liblldb_SelectHelper_h_
-// C Includes
-// C++ Includes
-#include <chrono>
+#include "lldb/Utility/Error.h" // for Error
+#include "lldb/lldb-types.h" // for socket_t
-// Other libraries and framework includes
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Optional.h"
-// Project includes
-#include "lldb/lldb-forward.h"
+#include <chrono>
class SelectHelper {
public: