diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-25 12:51:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-25 12:51:38 +0000 |
commit | e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae (patch) | |
tree | e6ee3f2b7387c34bf4b21d1303991cb8320ff0ed /binutils/coffdump.c | |
parent | f742faa65b6878de6c7731e0055b30e5798e867c (diff) | |
download | gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.zip gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.gz gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 34ae161..8f538e8 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -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" |