diff options
author | jjasmine <tanghocle456@gmail.com> | 2024-05-18 19:58:51 -0700 |
---|---|---|
committer | P-E-P <32375388+P-E-P@users.noreply.github.com> | 2024-05-21 09:55:11 +0000 |
commit | 9ff8ac927533ea04b97349d9a8998851a75f239c (patch) | |
tree | aac1e527e39095a1d90df6456d0ae351b7aa789e /gcc | |
parent | 06bc336010c68d09061533a0f717ce2938236cb4 (diff) | |
download | gcc-9ff8ac927533ea04b97349d9a8998851a75f239c.zip gcc-9ff8ac927533ea04b97349d9a8998851a75f239c.tar.gz gcc-9ff8ac927533ea04b97349d9a8998851a75f239c.tar.bz2 |
Remove useless cstddef header from rust-fmt
gcc/rust/ChangeLog:
* ast/rust-fmt.h: Remove useless cstddef header from rust-fmt
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/ast/rust-fmt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/ast/rust-fmt.h b/gcc/rust/ast/rust-fmt.h index 6a0c116..317db93 100644 --- a/gcc/rust/ast/rust-fmt.h +++ b/gcc/rust/ast/rust-fmt.h @@ -20,7 +20,6 @@ #define RUST_FMT_H #include "rust-system.h" -#include <cstddef> // FIXME: How to encode Option? |