mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 03:15:06 +08:00
* arlex.l: Use #include "" instead of <> for local header files.
* coffdump.c: Likewise. * coffgrok.c: Likewise. * nlmconv.c: Likewise. * nlmheader.y: Likewise. * srconv.c: Likewise. * strings.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.h: Likewise. * windres.h: Likewise. * winduni.h: Likewise.
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
This module reads a type tree generated by coffgrok and prints
|
||||
it out so we can test the grokker. */
|
||||
|
||||
#include <bfd.h>
|
||||
#include <libiberty.h>
|
||||
#include "bfd.h"
|
||||
#include "libiberty.h"
|
||||
|
||||
#include "coffgrok.h"
|
||||
#include "bucomm.h"
|
||||
|
Reference in New Issue
Block a user