* 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.
This commit is contained in:
Alan Modra
2002-05-25 12:51:38 +00:00
parent f742faa65b
commit e9792343ae
12 changed files with 37 additions and 22 deletions

View File

@ -26,12 +26,12 @@
All debugging information is preserved */
#include <bfd.h>
#include "bfd.h"
#include "bucomm.h"
#include "sysroff.h"
#include "coffgrok.h"
#include <libiberty.h>
#include <getopt.h>
#include "libiberty.h"
#include "getopt.h"
#include "coff/internal.h"
#include "../bfd/libcoff.h"