public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-6312] gcc: xtensa: update include style in xtensa-dynconfig.cc
Date: Thu, 23 Feb 2023 23:59:03 +0000 (GMT)	[thread overview]
Message-ID: <20230223235903.CE6B13857026@sourceware.org> (raw)

https://gcc.gnu.org/g:34fca8f3e05a0160902c9edf2c197b1f434bd76d

commit r13-6312-g34fca8f3e05a0160902c9edf2c197b1f434bd76d
Author: Max Filippov <jcmvbkbc@gmail.com>
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
    <http://www.gnu.org/licenses/>.  */
 
-#include <config.h>
-#include <system.h>
-#include <coretypes.h>
-#include <diagnostic.h>
-#include <intl.h>
+#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"

                 reply	other threads:[~2023-02-23 23:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230223235903.CE6B13857026@sourceware.org \
    --to=jcmvbkbc@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).