public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] gccrs: cleanup headers
@ 2023-03-05 11:42 Thomas Schwinge
0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-03-05 11:42 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:99b3cfe5cdd97dc36b5807ab635e484a7d0c9aa7
commit 99b3cfe5cdd97dc36b5807ab635e484a7d0c9aa7
Author: Philip Herron <herron.philip@googlemail.com>
Date: Fri Mar 3 16:44:43 2023 +0000
gccrs: cleanup headers
Signed-off-by: Philip Herron <herron.philip@googlemail.com>
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
// <http://www.gnu.org/licenses/>.
-#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 <gmp.h>
-#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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-05 11:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 11:42 [gcc/devel/rust/master] gccrs: cleanup headers Thomas Schwinge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).