aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2022-10-05 09:28:12 +0200
committerArthur Cohen <arthur.cohen@embecosm.com>2022-10-27 12:15:11 +0200
commite9e3ca5ca6a84704f0350a226a257b56f983451a (patch)
treed84046f4c3718331aa42ec58ec3a20550eded236
parent5206aede5326ebd327d7f32c46faacbc6d07942e (diff)
downloadgcc-e9e3ca5ca6a84704f0350a226a257b56f983451a.zip
gcc-e9e3ca5ca6a84704f0350a226a257b56f983451a.tar.gz
gcc-e9e3ca5ca6a84704f0350a226a257b56f983451a.tar.bz2
parser: Remove system includes
-rw-r--r--gcc/rust/parse/rust-cfg-parser.h2
1 files changed, 0 insertions, 2 deletions
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 {
/**