From e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 25 May 2002 12:51:38 +0000 Subject: * 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. --- binutils/nlmconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/nlmconv.c') diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 74e0804..376292f 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -37,12 +37,12 @@ #include "bucomm.h" #include "safe-ctype.h" -#include +#include "ansidecl.h" #include #include #include #include -#include +#include "getopt.h" /* Internal BFD NLM header. */ #include "libnlm.h" -- cgit v1.1