From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id E5C35384B128; Thu, 27 Oct 2022 18:55:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5C35384B128 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666896937; bh=tsf3Lg6snPHv6lmErTWYlAWk2AZyLazfCVp9NFQxLjY=; h=From:To:Subject:Date:From; b=C2IG/0psGGBf3MLcw2viVKtGZRD69Z/L/9uQV1ltvm3a3o9uIKKiNC6c22drT50ts vPztbKhU634WI314KKiSrMSwqSGpWGqZV5+2yt/vEnE2ot4kdmSGBzgReLdDpdP2Za wZyUJb4wnS+arcTePpRb9BwmNyrdtGs1p+4bJCPk= 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] make_unique: Remove system includes X-Act-Checkin: gcc X-Git-Author: Arthur Cohen X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: c1ff8a96f6c11052e54919f786eb7cd4b3788f4c X-Git-Newrev: 639341e5b746e7ac56dc3b11f757d65f708c3b8c Message-Id: <20221027185537.E5C35384B128@sourceware.org> Date: Thu, 27 Oct 2022 18:55:28 +0000 (GMT) List-Id: https://gcc.gnu.org/g:639341e5b746e7ac56dc3b11f757d65f708c3b8c commit 639341e5b746e7ac56dc3b11f757d65f708c3b8c Author: Arthur Cohen Date: Wed Oct 5 09:49:05 2022 +0200 make_unique: Remove system includes Diff: --- gcc/rust/util/rust-make-unique.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/util/rust-make-unique.h b/gcc/rust/util/rust-make-unique.h index f33f9125f89..0d190fe8c43 100644 --- a/gcc/rust/util/rust-make-unique.h +++ b/gcc/rust/util/rust-make-unique.h @@ -19,7 +19,7 @@ #ifndef RUST_MAKE_UNIQUE_H #define RUST_MAKE_UNIQUE_H -#include +#include "rust-system.h" namespace Rust {