From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id 825523836E89 for ; Tue, 21 Feb 2023 12:04:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 825523836E89 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wr1-x42c.google.com with SMTP id bo30so3603008wrb.0 for ; Tue, 21 Feb 2023 04:04:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=H8S5iJ6nYeL94/MXpPgn8/HOKjx3mdnN2kXX1+fFH+k=; b=YbpKofq6dtFXyQnCBhTODNblZPCNW+qjnCceACDcONJUQQMROY+Q7TPNBfarcffeoK OIkO+xZCWAOilTGbtxnIvSn+Nf4DPhHFs3+ZzD3aKHN489FzyFNPyL2gF3fNeqaN6gUB qb3n2vA5X8dzpf5zBre1gz4WgrjB8RyaA/mYEvOCsrZjlrURbes7pDnh56N1KcPsKsRp fFpHizI05ZKN/ISaxwPsCbWuZ4Lj8puGTxcCUx2NNMJZgwHDTvh71dJD9lJ8m8jbgeYD GBaB24dxe43J7gvtn1F4aeMkVoiW2pd6SvWPs5rt6UADbn5DyjQzhIzOci3nJskz8j/E YlLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=H8S5iJ6nYeL94/MXpPgn8/HOKjx3mdnN2kXX1+fFH+k=; b=Z7Cvwhy9iUn/X3LyvfnlNDU9e4AUXaXriH7pHCd/lEiAW5+ry7e384Il77aXbFuJAf +F8MRAyqNv8Y/0cL7W8SZ6t2ajeoN77GROHkA0lxWCKrM+wvTt7TH40BEohXpLODmWiM k13oVxFec6PR4PzEvuC2NViuzjCe4JMOfSS5NSo9fvLydJQW50g12pOb4/CFI1r2IpQp veJKIdt+eoMW9uuv0BAsR0vrQfpgPOv/Z2RAY4QEmuiE5Mkna/C0UXgWkWQgEbljuIV2 2RGk0nkCXGHMH59GsKFTwUMrXlTwX1fXNbxIS93SFuEdDdVMbFig1L8sJ5TMWcUZf7II rRVw== X-Gm-Message-State: AO0yUKU0GHqY4ZYYeUFFAz4+QsDaO7VrZzqmTI4csq2xNK9Mboi78cIQ TxgAqgWTgcFi+NnCl9F9JUu2 X-Google-Smtp-Source: AK7set/mM1fCycM+b8CBwQYsO0t7V8ZL6SqkNywQ+3Ek0idthSZ+RExetvaeJIc4j54rKoiWIVf0CA== X-Received: by 2002:a05:6000:1a52:b0:2c7:6bf:16cc with SMTP id t18-20020a0560001a5200b002c706bf16ccmr966576wry.32.1676981048177; Tue, 21 Feb 2023 04:04:08 -0800 (PST) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id c15-20020adffb4f000000b002c55b0e6ef1sm5013811wrs.4.2023.02.21.04.04.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 04:04:07 -0800 (PST) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org, Simon Cook Subject: [committed 056/103] gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++ Date: Tue, 21 Feb 2023 13:01:46 +0100 Message-Id: <20230221120230.596966-57-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230221120230.596966-1-arthur.cohen@embecosm.com> References: <20230221120230.596966-1-arthur.cohen@embecosm.com> Reply-To: arthur.cohen@embecosm.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-14.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Simon Cook gcc/rust/ChangeLog: * util/rust-inline-visitor.h: Remove some offending system includes. --- gcc/rust/util/rust-inline-visitor.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/rust/util/rust-inline-visitor.h b/gcc/rust/util/rust-inline-visitor.h index 18920d9f93a..105a67b8c5c 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. -- 2.39.1