Skip to content

Commit d674058

Browse files
liamnaddellCohenArthur
authored andcommitted
[#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>
1 parent fde617a commit d674058

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gcc/rust/ast/rust-expr.h

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include "rust-path.h"
77
#include "rust-macro.h"
88
#include "rust-operators.h"
9-
#include "rust-system.h"
10-
#include <memory>
119

1210
namespace Rust {
1311
namespace AST {

0 commit comments

Comments
 (0)