From: Simon Cook Date: Tue, 12 Apr 2022 14:45:56 +0000 (+0200) Subject: gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++ X-Git-Tag: basepoints/gcc-14~998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef1089ec27e88e463f3accc704cf0cdcb2e8246;p=thirdparty%2Fgcc.git gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++ gcc/rust/ChangeLog: * util/rust-inline-visitor.h: Remove some offending system includes. --- diff --git a/gcc/rust/util/rust-inline-visitor.h b/gcc/rust/util/rust-inline-visitor.h index 18920d9f93ae..105a67b8c5c0 100644 --- a/gcc/rust/util/rust-inline-visitor.h +++ b/gcc/rust/util/rust-inline-visitor.h @@ -22,9 +22,6 @@ #ifndef RUST_INLINE_VISITOR #define RUST_INLINE_VISITOR -#include -#include - namespace Rust { // Wrapper for the target Visitor we're matching against.