]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Remove useless cstddef header from rust-fmt
authorjjasmine <tanghocle456@gmail.com>
Sun, 19 May 2024 02:58:51 +0000 (19:58 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:28 +0000 (16:35 +0100)
gcc/rust/ChangeLog:

* ast/rust-fmt.h:  Remove useless cstddef header from rust-fmt

gcc/rust/ast/rust-fmt.h

index fe933eabdd3bd5a3044558688d5ee8b2b74d5b09..31100ea8f8478ce83f3dc158557e3a4d5ab383bb 100644 (file)
@@ -20,7 +20,6 @@
 #define RUST_FMT_H
 
 #include "rust-system.h"
-#include <cstddef>
 
 // FIXME: How to encode Option?