* ia64.h: Use #include "" instead of <> for local header files.

* sparc.h: Likewise.
This commit is contained in:
Alan Modra
2002-05-25 12:53:48 +00:00
parent d7b4a30001
commit 40a4eb7300
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* ia64.h -- Header file for ia64 opcode table
Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
Copyright (C) 1998, 1999, 2002 David Mosberger-Tang <davidm@hpl.hp.com>
See the file HP-COPYRIGHT for additional information. */
@ -8,7 +8,7 @@
#include <sys/types.h>
#include <bfd.h>
#include "bfd.h"
typedef BFD_HOST_U_64_BIT ia64_insn;