public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6312] gcc: xtensa: update include style in xtensa-dynconfig.cc
@ 2023-02-23 23:59 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2023-02-23 23:59 UTC (permalink / raw)
  To: gcc-cvs

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-23 23:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 23:59 [gcc r13-6312] gcc: xtensa: update include style in xtensa-dynconfig.cc Max Filippov

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).