aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorjjasmine <tanghocle456@gmail.com>2024-05-18 19:58:51 -0700
committerArthur Cohen <arthur.cohen@embecosm.com>2025-03-17 16:35:28 +0100
commita8f468bbc9f1d3db832cdeec8df6801ffe610f27 (patch)
treedce75fcbbb7f9b79c8f2de8843de97b35b499cb7 /gcc
parenta739da61d30920d91193a1e198efd50ae5790bb1 (diff)
downloadgcc-a8f468bbc9f1d3db832cdeec8df6801ffe610f27.zip
gcc-a8f468bbc9f1d3db832cdeec8df6801ffe610f27.tar.gz
gcc-a8f468bbc9f1d3db832cdeec8df6801ffe610f27.tar.bz2
gccrs: 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/ast/rust-fmt.h b/gcc/rust/ast/rust-fmt.h
index fe933ea..31100ea 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?