From: Liam Naddell Date: Tue, 2 Jul 2024 11:44:47 +0000 (-0400) Subject: [#3051] Remove unnecessary #include from rust-expr.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67405831843e84a419be52743fe8bf43dc9d9ae;p=thirdparty%2Fgcc.git [#3051] Remove unnecessary #include from rust-expr.h gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell --- 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 {