]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: chore: ast: Fix formatting and includes
authorArthur Cohen <arthur.cohen@embecosm.com>
Fri, 13 Jun 2025 08:04:41 +0000 (10:04 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:52 +0000 (16:36 +0200)
gcc/rust/ChangeLog:

* ast/rust-ast-builder.cc: Remove extra include, fix new formatting.

gcc/rust/ast/rust-ast-builder.cc

index 914477120d2b4e068f64980fd44966247dc1e161..ed10ce7f9a1850f7a03897e19c2a3c999db4a42f 100644 (file)
@@ -28,7 +28,6 @@
 #include "rust-pattern.h"
 #include "rust-system.h"
 #include "rust-token.h"
-#include <memory>
 
 namespace Rust {
 namespace AST {