From 5206aede5326ebd327d7f32c46faacbc6d07942e Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Wed, 5 Oct 2022 09:28:02 +0200 Subject: lex: Remove system includes --- gcc/rust/lex/rust-lex.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/rust/lex/rust-lex.cc') diff --git a/gcc/rust/lex/rust-lex.cc b/gcc/rust/lex/rust-lex.cc index 70e6b50..82949f5 100644 --- a/gcc/rust/lex/rust-lex.cc +++ b/gcc/rust/lex/rust-lex.cc @@ -16,10 +16,9 @@ // along with GCC; see the file COPYING3. If not see // . +#include "rust-system.h" #include "rust-lex.h" - -#include "rust-system.h" // for rust_assert and rust_unreachable -#include "rust-diagnostics.h" // for rust_error_at +#include "rust-diagnostics.h" #include "rust-linemap.h" #include "rust-session-manager.h" #include "safe-ctype.h" -- cgit v1.1