From: Philip Herron Date: Sun, 23 Apr 2023 20:49:12 +0000 (+0100) Subject: gccrs: remove unused header X-Git-Tag: basepoints/gcc-15~2614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d264dcc70c4c3537ca350d12855fd29687759041;p=thirdparty%2Fgcc.git gccrs: remove unused header gcc/rust/ChangeLog: * typecheck/rust-hir-type-check-pattern.h: cleanup Signed-off-by: Philip Herron --- diff --git a/gcc/rust/typecheck/rust-hir-type-check-pattern.h b/gcc/rust/typecheck/rust-hir-type-check-pattern.h index dcec03aeb3f0..93afe693ffd8 100644 --- a/gcc/rust/typecheck/rust-hir-type-check-pattern.h +++ b/gcc/rust/typecheck/rust-hir-type-check-pattern.h @@ -20,7 +20,6 @@ #define RUST_HIR_TYPE_CHECK_PATTERN #include "rust-hir-type-check-base.h" -#include "rust-hir-full.h" namespace Rust { namespace Resolver {