diff options
author | Liam Naddell <liam.naddell@mail.utoronto.ca> | 2024-07-02 07:44:47 -0400 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2025-03-17 16:35:52 +0100 |
commit | dbdb6e3cd2a92e5b10a774052d7309dde9971f97 (patch) | |
tree | cd48caccabe10eca3e825a9e899bfee59cc58116 | |
parent | 4d34ed8aaa336ed815bc75ce70bd536526707647 (diff) | |
download | gcc-dbdb6e3cd2a92e5b10a774052d7309dde9971f97.zip gcc-dbdb6e3cd2a92e5b10a774052d7309dde9971f97.tar.gz gcc-dbdb6e3cd2a92e5b10a774052d7309dde9971f97.tar.bz2 |
gccrs: [gccrs#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 { |