From c1ff8a96f6c11052e54919f786eb7cd4b3788f4c Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Tue, 4 Oct 2022 18:15:37 +0200 Subject: lexer: Remove system includes --- gcc/rust/lex/rust-codepoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust/lex') diff --git a/gcc/rust/lex/rust-codepoint.h b/gcc/rust/lex/rust-codepoint.h index 22da080..1a9f0ca 100644 --- a/gcc/rust/lex/rust-codepoint.h +++ b/gcc/rust/lex/rust-codepoint.h @@ -19,7 +19,7 @@ #ifndef RUST_CODEPOINT_H #define RUST_CODEPOINT_H -#include +#include "rust-system.h" namespace Rust { struct Codepoint -- cgit v1.1