Skip to content

Commit

Permalink
[#3051] Remove unnecessary #include from rust-expr.h
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:
	* ast/rust-expr.h:
	Remove unnecessary include.

Signed-off-by: Liam Naddell <[email protected]>
  • Loading branch information
liamnaddell authored and CohenArthur committed Jul 11, 2024
1 parent fde617a commit d674058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcc/rust/ast/rust-expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d674058

Please sign in to comment.