summaryrefslogtreecommitdiff
path: root/binutils/coffdump.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-25 12:51:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-25 12:51:38 +0000
commitb9230a42bd2ee6ffb1ad5941689aff44af993c7e (patch)
treee82994502e726d4e0e285f2ed427716cbfc2afa5 /binutils/coffdump.c
parent26b92932f9e3dfd951f74c8a6a5ad00a2c8670a5 (diff)
downloadbinutils-redhat-b9230a42bd2ee6ffb1ad5941689aff44af993c7e.tar.gz
* 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c
index 34ae161e3e..8f538e8927 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"