]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Remove cyclic inclusion and unused headers.
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 5 Aug 2025 16:41:18 +0000 (18:41 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 30 Oct 2025 19:58:35 +0000 (20:58 +0100)
gcc/rust/ChangeLog:

* checks/lints/rust-lint-marklive-base.h (RUST_HIR_LIVENESS_BASE):
Remove header includes.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/checks/lints/rust-lint-marklive-base.h

index 2a9757770827f4dcdc3969fabbfcf8eb19ab6ddb..dec9396b29603a84515b0dbc438abb13737155a9 100644 (file)
@@ -19,9 +19,6 @@
 #ifndef RUST_HIR_LIVENESS_BASE
 #define RUST_HIR_LIVENESS_BASE
 
-#include "rust-diagnostics.h"
-#include "rust-lint-marklive.h"
-#include "rust-lint-marklive-base.h"
 #include "rust-hir-visitor.h"
 #include "rust-hir-map.h"