]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove useless cstddef header from rust-fmt
authorjjasmine <tanghocle456@gmail.com>
Sun, 19 May 2024 02:58:51 +0000 (19:58 -0700)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 21 May 2024 09:55:11 +0000 (09:55 +0000)
gcc/rust/ChangeLog:

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

gcc/rust/ast/rust-fmt.h

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