https://gcc.gnu.org/g:d67405831843e84a419be52743fe8bf43dc9d9ae

commit d67405831843e84a419be52743fe8bf43dc9d9ae
Author: Liam Naddell <liam.nadd...@mail.utoronto.ca>
Date:   Tue Jul 2 07:44:47 2024 -0400

    [#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 {

Reply via email to