]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: [gccrs#3051] Remove unnecessary #include from rust-expr.h
authorLiam Naddell <liam.naddell@mail.utoronto.ca>
Tue, 2 Jul 2024 11:44:47 +0000 (07:44 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:52 +0000 (16:35 +0100)
gcc/rust/ChangeLog:
* ast/rust-expr.h:
Remove unnecessary include.

Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
gcc/rust/ast/rust-expr.h

index 8fc89d878788a8bd96e9d197ca752119f01058ca..25afe235e4e83ef59dc8fa515a38f0604797b543 100644 (file)
@@ -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 {