diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-25 12:53:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-25 12:53:48 +0000 |
commit | b3f7d5fdb04ebaeef428c9e529245181d8e4010e (patch) | |
tree | 329607d8fcb7617152824cea818cee6ba5e9506e /include/opcode/ia64.h | |
parent | 29589b0c5207464440e008f4fd93e8cff1a0be49 (diff) | |
download | gdb-b3f7d5fdb04ebaeef428c9e529245181d8e4010e.zip gdb-b3f7d5fdb04ebaeef428c9e529245181d8e4010e.tar.gz gdb-b3f7d5fdb04ebaeef428c9e529245181d8e4010e.tar.bz2 |
* ia64.h: Use #include "" instead of <> for local header files.
* sparc.h: Likewise.
Diffstat (limited to 'include/opcode/ia64.h')
-rw-r--r-- | include/opcode/ia64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index 642330c..d4e6d10 100644 --- a/include/opcode/ia64.h +++ b/include/opcode/ia64.h @@ -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; |