Skip to content

Commit c5c2570

Browse files
[lldb] Include bit.h instead of SwapByteOrder.h (NFC) (#151903)
We use llvm::byteswap from bit.h, but we don't use any feature from SwapByteOrder.h.
1 parent 9559de1 commit c5c2570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Opcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "lldb/Utility/Endian.h"
1313
#include "lldb/lldb-enumerations.h"
1414

15-
#include "llvm/Support/SwapByteOrder.h"
15+
#include "llvm/ADT/bit.h"
1616

1717
#include <cassert>
1818
#include <cstdint>

0 commit comments

Comments
 (0)