From 99b3cfe5cdd97dc36b5807ab635e484a7d0c9aa7 Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Fri, 3 Mar 2023 16:44:43 +0000 Subject: gccrs: cleanup headers Signed-off-by: Philip Herron gcc/rust/ChangeLog: * rust-gcc.h: remove unused headers --- gcc/rust/rust-gcc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc') diff --git a/gcc/rust/rust-gcc.h b/gcc/rust/rust-gcc.h index 0db8194..e0aa540 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 -- cgit v1.1