aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Naddell <liam.naddell@mail.utoronto.ca>2024-07-02 07:44:47 -0400
committerCohenArthur <arthur.cohen@embecosm.com>2024-07-11 08:48:22 +0000
commitd67405831843e84a419be52743fe8bf43dc9d9ae (patch)
tree475996bc6fcf10f7de02ab77d055a15f1bf77fbc
parentfde617aedeae7a6e7ae49d858314b287eebd7771 (diff)
downloadgcc-d67405831843e84a419be52743fe8bf43dc9d9ae.zip
gcc-d67405831843e84a419be52743fe8bf43dc9d9ae.tar.gz
gcc-d67405831843e84a419be52743fe8bf43dc9d9ae.tar.bz2
[#3051] Remove unnecessary #include from rust-expr.h
gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
-rw-r--r--gcc/rust/ast/rust-expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/ast/rust-expr.h b/gcc/rust/ast/rust-expr.h
index 8fc89d8..25afe23 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 {