https://gcc.gnu.org/g:dbdb6e3cd2a92e5b10a774052d7309dde9971f97
commit r15-8222-gdbdb6e3cd2a92e5b10a774052d7309dde9971f97 Author: Liam Naddell <liam.nadd...@mail.utoronto.ca> Date: Tue Jul 2 07:44:47 2024 -0400 gccrs: [gccrs#3051] Remove unnecessary #include from rust-expr.h gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell <liam.nadd...@mail.utoronto.ca> Diff: --- gcc/rust/ast/rust-expr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/rust/ast/rust-expr.h b/gcc/rust/ast/rust-expr.h index 8fc89d878788..25afe235e4e8 100644 --- a/gcc/rust/ast/rust-expr.h +++ b/gcc/rust/ast/rust-expr.h @@ -6,8 +6,6 @@ #include "rust-path.h" #include "rust-macro.h" #include "rust-operators.h" -#include "rust-system.h" -#include <memory> namespace Rust { namespace AST {