aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2022-10-05 09:28:28 +0200
committerArthur Cohen <arthur.cohen@embecosm.com>2022-10-27 12:15:11 +0200
commit259c384a97f7735da899b54c686585a60c41bed1 (patch)
treea9ed70e134d4a8b62dc4f7d2188880fa4ba1e112 /gcc
parente9e3ca5ca6a84704f0350a226a257b56f983451a (diff)
downloadgcc-259c384a97f7735da899b54c686585a60c41bed1.zip
gcc-259c384a97f7735da899b54c686585a60c41bed1.tar.gz
gcc-259c384a97f7735da899b54c686585a60c41bed1.tar.bz2
rust-object-export: Remove system includes
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/rust-object-export.cc3
1 files changed, 1 insertions, 2 deletions
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
<http://www.gnu.org/licenses/>. */
-#include "config.h"
-#include "system.h"
+#include "rust-system.h"
#include "coretypes.h"
#include "target.h"
#include "tree.h"