Skip to content

Commit 02ed4f5

Browse files
nikicAlexisPerry
authored andcommitted
[lldb] Remove YAMLTraits.h include (NFC)
The YAML functionality was dropped in 70599d7, but this include was left behind.
1 parent 0d0a30b commit 02ed4f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/include/lldb/Target/Thread.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "lldb/Utility/UnimplementedError.h"
2727
#include "lldb/Utility/UserID.h"
2828
#include "lldb/lldb-private.h"
29+
#include "llvm/Support/MemoryBuffer.h"
2930

3031
#define LLDB_THREAD_MAX_STOP_EXC_DATA 8
3132

lldb/include/lldb/Utility/Args.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include "lldb/lldb-private-types.h"
1414
#include "lldb/lldb-types.h"
1515
#include "llvm/ADT/ArrayRef.h"
16+
#include "llvm/ADT/StringExtras.h"
1617
#include "llvm/ADT/StringRef.h"
17-
#include "llvm/Support/YAMLTraits.h"
1818
#include <string>
1919
#include <utility>
2020
#include <vector>

0 commit comments

Comments
 (0)