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:
parent
84d340f958
commit
34fca8f3e0
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue