From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 275D7384643E; Thu, 27 Oct 2022 18:55:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 275D7384643E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666896923; bh=aWeESBaZqb7KC2HjX6GwGSs5EAFrzSzk+KCeIsRtzXI=; h=From:To:Subject:Date:From; b=FfEn1q9ZUvNy+N1zcs5XRjt/gRH33HpG2DfArwiMDP4ZzjTrHKyZ9SRNBP0tQOB8d V9e+GSHS9bIPJlld2I1UrX9h89yvoH3KCMkVCekhhvczYfZkDYAbNapt2v8Tfxu8sJ aq74nPUqHu8GXH3LsLiu3wzQII8SHtOAQvZ4aiEo= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] lexer: Remove system includes X-Act-Checkin: gcc X-Git-Author: Arthur Cohen X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 8d3ed915652fb170a12c24dfb283b804611adc8e X-Git-Newrev: c1ff8a96f6c11052e54919f786eb7cd4b3788f4c Message-Id: <20221027185523.275D7384643E@sourceware.org> Date: Thu, 27 Oct 2022 18:55:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c1ff8a96f6c11052e54919f786eb7cd4b3788f4c commit c1ff8a96f6c11052e54919f786eb7cd4b3788f4c Author: Arthur Cohen Date: Tue Oct 4 18:15:37 2022 +0200 lexer: Remove system includes Diff: --- gcc/rust/lex/rust-codepoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/lex/rust-codepoint.h b/gcc/rust/lex/rust-codepoint.h index 22da080bbb2..1a9f0ca7a21 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