From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 9FC363846425; Thu, 27 Oct 2022 18:55:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FC363846425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666896961; bh=EbzIYQBoosWZRw1s57Ow4vMU36dErDk6JgDQN2hXid4=; h=From:To:Subject:Date:From; b=JXEv2mTCBSG6AdHxNUai/FRHi7MckvHc8jNcGtjsIBDmmtb6B3m80bp85k3A/l6zR z8ZJoWs3mbV1j/BydrPycEvfaec6OLURAjYoMtJKhBWj6G1b/sFBBmoupsFocJYK69 gfpc+GiEtOzS9Hnne+oLFR615EjeOvF3zITBOe/E= 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] parser: Remove system includes X-Act-Checkin: gcc X-Git-Author: Arthur Cohen X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 5206aede5326ebd327d7f32c46faacbc6d07942e X-Git-Newrev: e9e3ca5ca6a84704f0350a226a257b56f983451a Message-Id: <20221027185601.9FC363846425@sourceware.org> Date: Thu, 27 Oct 2022 18:55:50 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e9e3ca5ca6a84704f0350a226a257b56f983451a commit e9e3ca5ca6a84704f0350a226a257b56f983451a Author: Arthur Cohen Date: Wed Oct 5 09:28:12 2022 +0200 parser: Remove system includes Diff: --- gcc/rust/parse/rust-cfg-parser.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/rust/parse/rust-cfg-parser.h b/gcc/rust/parse/rust-cfg-parser.h index 895e058057b..0d64016f86d 100644 --- a/gcc/rust/parse/rust-cfg-parser.h +++ b/gcc/rust/parse/rust-cfg-parser.h @@ -17,9 +17,7 @@ along with GCC; see the file COPYING3. If not see #ifndef RUST_CFG_PARSER_H #define RUST_CFG_PARSER_H -#include "config.h" #include "rust-system.h" -#include "coretypes.h" namespace Rust { /**