https://gcc.gnu.org/g:be9f0ad79a1df9dcbee9dd4b70b47798ee36abdd
commit r16-4764-gbe9f0ad79a1df9dcbee9dd4b70b47798ee36abdd Author: Pierre-Emmanuel Patry <[email protected]> Date: Tue Aug 5 18:41:18 2025 +0200 gccrs: Remove cyclic inclusion and unused headers. gcc/rust/ChangeLog: * checks/lints/rust-lint-marklive-base.h (RUST_HIR_LIVENESS_BASE): Remove header includes. Signed-off-by: Pierre-Emmanuel Patry <[email protected]> Diff: --- gcc/rust/checks/lints/rust-lint-marklive-base.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/rust/checks/lints/rust-lint-marklive-base.h b/gcc/rust/checks/lints/rust-lint-marklive-base.h index 2a9757770827..dec9396b2960 100644 --- a/gcc/rust/checks/lints/rust-lint-marklive-base.h +++ b/gcc/rust/checks/lints/rust-lint-marklive-base.h @@ -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"
