From be9f0ad79a1df9dcbee9dd4b70b47798ee36abdd Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Patry Date: Tue, 5 Aug 2025 18:41:18 +0200 Subject: [PATCH] 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 --- 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 2a975777082..dec9396b296 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" -- 2.47.3