mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
* coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
symfile.c, symtab.c: Use "obstack.h" rather than <obstack.h>.
This commit is contained in:
@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#include <sys/types.h>
|
||||
#include "gdb_stat.h"
|
||||
#include <fcntl.h>
|
||||
#include <obstack.h>
|
||||
#include "obstack.h"
|
||||
#include "gdb_string.h"
|
||||
|
||||
/* Prototypes for local functions */
|
||||
|
Reference in New Issue
Block a user