Skip to content

Commit 37a5304

Browse files
[Support] Stop including cstddef (NFC)
SwapByteOrder.h doesn't use anything from <cstddef>.
1 parent 4a0ccfa commit 37a5304

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Support/SwapByteOrder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define LLVM_SUPPORT_SWAPBYTEORDER_H
1616

1717
#include "llvm/ADT/bit.h"
18-
#include <cstddef>
1918
#include <cstdint>
2019
#include <type_traits>
2120

0 commit comments

Comments
 (0)