From: jjasmine Date: Sun, 19 May 2024 02:58:51 +0000 (-0700) Subject: gccrs: Remove useless cstddef header from rust-fmt X-Git-Tag: basepoints/gcc-16~1413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f468bbc9f1d3db832cdeec8df6801ffe610f27;p=thirdparty%2Fgcc.git gccrs: Remove useless cstddef header from rust-fmt gcc/rust/ChangeLog: * ast/rust-fmt.h: Remove useless cstddef header from rust-fmt --- diff --git a/gcc/rust/ast/rust-fmt.h b/gcc/rust/ast/rust-fmt.h index fe933eabdd3..31100ea8f84 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 // FIXME: How to encode Option?