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.
This commit is contained in:
Simon Cook
2022-04-12 16:45:56 +02:00
committed by Arthur Cohen
parent a8531cd9a8
commit 6ef1089ec2

View File

@@ -22,9 +22,6 @@
#ifndef RUST_INLINE_VISITOR
#define RUST_INLINE_VISITOR
#include <utility>
#include <type_traits>
namespace Rust {
// Wrapper for the target Visitor we're matching against.