From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 65ED83846446; Thu, 27 Oct 2022 18:55:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65ED83846446 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666896965; bh=Ol5YFTzci3IBRaD87Mb6Z+anAheZhT06OZi4S8EqP+I=; h=From:To:Subject:Date:From; b=uX4fb9dkqh99FikviTlYXhE2qi5+sfHiX0aaP3nXK66P3sD1gg9noGlgDPMC60Vtk bqWIZQpIBHReX2DckQRxg/WaJS8DgL9Hb/Nb3nqVz2f81gxw0yv/AA03xW+P7S3v4e Xn0NcfSf00YRjKVpNJPOF04CHx+sBKuoWELqyQrc= 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] rust-object-export: Remove system includes X-Act-Checkin: gcc X-Git-Author: Arthur Cohen X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: e9e3ca5ca6a84704f0350a226a257b56f983451a X-Git-Newrev: 259c384a97f7735da899b54c686585a60c41bed1 Message-Id: <20221027185605.65ED83846446@sourceware.org> Date: Thu, 27 Oct 2022 18:55:56 +0000 (GMT) List-Id: https://gcc.gnu.org/g:259c384a97f7735da899b54c686585a60c41bed1 commit 259c384a97f7735da899b54c686585a60c41bed1 Author: Arthur Cohen Date: Wed Oct 5 09:28:28 2022 +0200 rust-object-export: Remove system includes Diff: --- gcc/rust/rust-object-export.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/rust/rust-object-export.cc b/gcc/rust/rust-object-export.cc index f3007289ead..e1c0a924c6a 100644 --- a/gcc/rust/rust-object-export.cc +++ b/gcc/rust/rust-object-export.cc @@ -17,8 +17,7 @@ along with GCC; see the file COPYING3. If not see . */ -#include "config.h" -#include "system.h" +#include "rust-system.h" #include "coretypes.h" #include "target.h" #include "tree.h"