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.
This commit is contained in:
Max Filippov 2023-02-23 15:50:29 -08:00
parent 84d340f958
commit 34fca8f3e0

View file

@ -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"