From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 7C9683858C36; Sun, 5 Mar 2023 11:42:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C9683858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678016560; bh=JV3eOwN4FY0+2tiBUbIkDZOf2DepItBCvBGeJeu3KgM=; h=From:To:Subject:Date:From; b=tlHsY6G1GMSWustUXsI3qI9kSyrH21G7hBkkOudYTlEa2i3M7hgLGCqt6aNKQQul6 nJjMgrrxxoUCyfEDQUqPj9FQDryx+ywJqYH6Y2jJW9vUC6Tgi8MWWDjGeA+k44IsVR RWBpjkQn+9LAbumTTHviTo8SJ5bLsP4sudccDCdY= 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] gccrs: cleanup headers X-Act-Checkin: gcc X-Git-Author: Philip Herron X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 4ab9d9ce3366e51ccfe8a6a1a94e0eafedec5abb X-Git-Newrev: 99b3cfe5cdd97dc36b5807ab635e484a7d0c9aa7 Message-Id: <20230305114240.7C9683858C36@sourceware.org> Date: Sun, 5 Mar 2023 11:42:40 +0000 (GMT) List-Id: https://gcc.gnu.org/g:99b3cfe5cdd97dc36b5807ab635e484a7d0c9aa7 commit 99b3cfe5cdd97dc36b5807ab635e484a7d0c9aa7 Author: Philip Herron Date: Fri Mar 3 16:44:43 2023 +0000 gccrs: cleanup headers Signed-off-by: Philip Herron gcc/rust/ChangeLog: * rust-gcc.h: remove unused headers Diff: --- gcc/rust/rust-gcc.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/rust/rust-gcc.h b/gcc/rust/rust-gcc.h index 0db81949270..e0aa540a1fa 100644 --- a/gcc/rust/rust-gcc.h +++ b/gcc/rust/rust-gcc.h @@ -19,17 +19,11 @@ // along with GCC; see the file COPYING3. If not see // . -#include "rust-system.h" - // This has to be included outside of extern "C", so we have to // include it here before tree.h includes it later. -#include -#include "tree.h" #include "rust-location.h" -// TODO: this will have to be significantly modified to work with Rust - // Bvariable is a bit more complicated, because of zero-sized types. // The GNU linker does not permit dynamic variables with zero size. // When we see such a variable, we generate a version of the type with