diff options
author | 2002-05-25 12:51:38 +0000 | |
---|---|---|
committer | 2002-05-25 12:51:38 +0000 | |
commit | e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae (patch) | |
tree | e6ee3f2b7387c34bf4b21d1303991cb8320ff0ed /binutils/nlmconv.c | |
parent | * chew.c: Use #include "" instead of <> for local header files. (diff) | |
download | binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.gz binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.bz2 binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.zip |
* 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/nlmconv.c')
-rw-r--r-- | binutils/nlmconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 74e08044ce7..376292fd34b 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -37,12 +37,12 @@ #include "bucomm.h" #include "safe-ctype.h" -#include <ansidecl.h> +#include "ansidecl.h" #include <time.h> #include <sys/stat.h> #include <sys/file.h> #include <assert.h> -#include <getopt.h> +#include "getopt.h" /* Internal BFD NLM header. */ #include "libnlm.h" |