From d67405831843e84a419be52743fe8bf43dc9d9ae Mon Sep 17 00:00:00 2001 From: Liam Naddell Date: Tue, 2 Jul 2024 07:44:47 -0400 Subject: [PATCH] [#3051] Remove unnecessary #include from rust-expr.h gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell --- 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 namespace Rust { namespace AST {