aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorjjasmine <tanghocle456@gmail.com>2024-05-18 19:58:51 -0700
committerP-E-P <32375388+P-E-P@users.noreply.github.com>2024-05-21 09:55:11 +0000
commit9ff8ac927533ea04b97349d9a8998851a75f239c (patch)
treeaac1e527e39095a1d90df6456d0ae351b7aa789e /gcc
parent06bc336010c68d09061533a0f717ce2938236cb4 (diff)
downloadgcc-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.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 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?