From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1880) id CE6B13857026; Thu, 23 Feb 2023 23:59:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE6B13857026 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677196743; bh=qxBomogZC428tQWZ8Nw5ECM9pp/UfRHshfarcpPkDNU=; h=From:To:Subject:Date:From; b=LW4s+/uNWOn6jO/2igswA1w8fa1TKREfCGOWzh7qB6h/1v1dsLy+erE7lE2LjfG5N goYSG0zeFN1UyAjTVzCaMGvg3fuBEDb4eFcqBj5N3hsMvomwmYfn4JWygQqZHnptau NQoIqCavTyiyOS1YoL9LFO/eO7qj4OLPnHrZfKt8= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Max Filippov To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6312] gcc: xtensa: update include style in xtensa-dynconfig.cc X-Act-Checkin: gcc X-Git-Author: Max Filippov X-Git-Refname: refs/heads/master X-Git-Oldrev: 84d340f958ff320d2355f693701455d08a1818cd X-Git-Newrev: 34fca8f3e05a0160902c9edf2c197b1f434bd76d Message-Id: <20230223235903.CE6B13857026@sourceware.org> Date: Thu, 23 Feb 2023 23:59:03 +0000 (GMT) List-Id: https://gcc.gnu.org/g:34fca8f3e05a0160902c9edf2c197b1f434bd76d commit r13-6312-g34fca8f3e05a0160902c9edf2c197b1f434bd76d Author: Max Filippov Date: Thu Feb 23 15:50:29 2023 -0800 gcc: xtensa: update include style in xtensa-dynconfig.cc gcc/ * config/xtensa/xtensa-dynconfig.cc (config.h, system.h) (coretypes.h, diagnostic.h, intl.h): Use "..." instead of <...> for the gcc-internal headers. Diff: --- gcc/config/xtensa/xtensa-dynconfig.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/config/xtensa/xtensa-dynconfig.cc b/gcc/config/xtensa/xtensa-dynconfig.cc index e0091f3e666..db8ff43c498 100644 --- a/gcc/config/xtensa/xtensa-dynconfig.cc +++ b/gcc/config/xtensa/xtensa-dynconfig.cc @@ -17,11 +17,11 @@ along with GCC; see the file COPYING3. If not see . */ -#include -#include -#include -#include -#include +#include "config.h" +#include "system.h" +#include "coretypes.h" +#include "diagnostic.h" +#include "intl.h" #define XTENSA_CONFIG_DEFINITION #include "xtensa-config.h" #include "xtensa-dynconfig.h"