diff options
author | Liam Naddell <liam.naddell@mail.utoronto.ca> | 2024-07-02 07:44:47 -0400 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2024-07-11 08:48:22 +0000 |
commit | d67405831843e84a419be52743fe8bf43dc9d9ae (patch) | |
tree | 475996bc6fcf10f7de02ab77d055a15f1bf77fbc | |
parent | fde617aedeae7a6e7ae49d858314b287eebd7771 (diff) | |
download | gcc-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.h | 2 |
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 { |