From 259c384a97f7735da899b54c686585a60c41bed1 Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Wed, 5 Oct 2022 09:28:28 +0200 Subject: rust-object-export: Remove system includes --- gcc/rust/rust-object-export.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/rust/rust-object-export.cc b/gcc/rust/rust-object-export.cc index f300728..e1c0a92 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" -- cgit v1.1