From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id F1DF3384A876; Thu, 27 Oct 2022 18:55:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1DF3384A876 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666896937; bh=TErrp2aiDMmF53GQ8ewKE9Zy0DNSh/wObXTkZn/SXnI=; h=From:To:Subject:Date:From; b=YTyovpKzCX4w5DDhD0H0nTxRifzbjoS6Nf2nu6AkEse8wRmQWmcT23S5M2VTwq2+I gcWJeR/YjVDSNJYJ7UfAhgTqlqvv4ggNCX0DsMis+sR6r9YtpUis2mvPXnNvtxVYTx SSxkaSYg9O1QZpwlr1JbcwVo0ybU0Wg4s4Dnj7uM= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] optional: Remove system includes X-Act-Checkin: gcc X-Git-Author: Arthur Cohen X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 639341e5b746e7ac56dc3b11f757d65f708c3b8c X-Git-Newrev: 0b7cd54d63c2f8728711f5cb27f6ee66f4862eca Message-Id: <20221027185537.F1DF3384A876@sourceware.org> Date: Thu, 27 Oct 2022 18:55:33 +0000 (GMT) List-Id: https://gcc.gnu.org/g:0b7cd54d63c2f8728711f5cb27f6ee66f4862eca commit 0b7cd54d63c2f8728711f5cb27f6ee66f4862eca Author: Arthur Cohen Date: Wed Oct 5 09:49:50 2022 +0200 optional: Remove system includes Diff: --- gcc/rust/util/rust-optional-test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/rust/util/rust-optional-test.cc b/gcc/rust/util/rust-optional-test.cc index 9d5b4ba5735..43fa175fa40 100644 --- a/gcc/rust/util/rust-optional-test.cc +++ b/gcc/rust/util/rust-optional-test.cc @@ -16,9 +16,8 @@ // along with GCC; see the file COPYING3. If not see // . +#include "rust-system.h" #include "rust-optional.h" - -#include "config.h" #include "selftest.h" #if CHECKING_P