Skip to content

Commit

Permalink
[lldb] Remove YAMLTraits.h include (NFC)
Browse files Browse the repository at this point in the history
The YAML functionality was dropped in
70599d7, but this include was
left behind.
  • Loading branch information
nikic committed Jun 21, 2024
1 parent cb8bd6f commit c399aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lldb/include/lldb/Target/Thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "lldb/Utility/UnimplementedError.h"
#include "lldb/Utility/UserID.h"
#include "lldb/lldb-private.h"
#include "llvm/Support/MemoryBuffer.h"

#define LLDB_THREAD_MAX_STOP_EXC_DATA 8

Expand Down
2 changes: 1 addition & 1 deletion lldb/include/lldb/Utility/Args.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include "lldb/lldb-private-types.h"
#include "lldb/lldb-types.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/YAMLTraits.h"
#include <string>
#include <utility>
#include <vector>
Expand Down

0 comments on commit c399aea

Please sign in to comment.