Skip to content

Commit f6a3002

Browse files
committed
[lldb-dap] Remove unused headers (NFC)
1 parent 162eb32 commit f6a3002

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lldb/tools/lldb-dap/lldb-dap.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
#include "JSONUtils.h"
1414
#include "LLDBUtils.h"
1515
#include "RunInTerminal.h"
16-
#include "Watchpoint.h"
17-
#include "lldb/API/SBEvent.h"
18-
#include "lldb/API/SBFile.h"
19-
#include "lldb/API/SBInstruction.h"
2016
#include "lldb/API/SBStream.h"
2117
#include "lldb/Host/Config.h"
2218
#include "lldb/Host/MainLoop.h"
@@ -26,8 +22,6 @@
2622
#include "lldb/Utility/UriParser.h"
2723
#include "lldb/lldb-forward.h"
2824
#include "llvm/ADT/ArrayRef.h"
29-
#include "llvm/ADT/DenseMap.h"
30-
#include "llvm/ADT/DenseSet.h"
3125
#include "llvm/ADT/ScopeExit.h"
3226
#include "llvm/ADT/StringExtras.h"
3327
#include "llvm/ADT/StringRef.h"
@@ -44,21 +38,18 @@
4438
#include "llvm/Support/Threading.h"
4539
#include "llvm/Support/raw_ostream.h"
4640
#include <algorithm>
47-
#include <array>
4841
#include <condition_variable>
4942
#include <cstdint>
5043
#include <cstdio>
5144
#include <cstdlib>
5245
#include <cstring>
5346
#include <fcntl.h>
5447
#include <fstream>
55-
#include <iostream>
5648
#include <map>
5749
#include <memory>
5850
#include <mutex>
5951
#include <optional>
6052
#include <ostream>
61-
#include <set>
6253
#include <string>
6354
#include <sys/stat.h>
6455
#include <sys/types.h>

0 commit comments

Comments
 (0)