From e9e3ca5ca6a84704f0350a226a257b56f983451a Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Wed, 5 Oct 2022 09:28:12 +0200 Subject: parser: Remove system includes --- gcc/rust/parse/rust-cfg-parser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/rust/parse') diff --git a/gcc/rust/parse/rust-cfg-parser.h b/gcc/rust/parse/rust-cfg-parser.h index 895e058..0d64016 100644 --- a/gcc/rust/parse/rust-cfg-parser.h +++ b/gcc/rust/parse/rust-cfg-parser.h @@ -17,9 +17,7 @@ along with GCC; see the file COPYING3. If not see #ifndef RUST_CFG_PARSER_H #define RUST_CFG_PARSER_H -#include "config.h" #include "rust-system.h" -#include "coretypes.h" namespace Rust { /** -- cgit v1.1