2012-11-07 Pedro Alves <palves@redhat.com>

* arm-tdep.c: Make defs.h be the first include.
	* coff-pe-read.c: Ditto.
	* gnu-nat.c: Ditto.
	* go32-nat.c: Ditto.
	* i386-nat.c: Ditto.
	* ppcnbsd-nat.c: Ditto.
	* ada-varobj.h: Don't include defs.h.
	* i386-darwin-tdep.h: Ditto.
	* i386-nat.h: Ditto.
This commit is contained in:
Pedro Alves
2012-11-07 20:10:13 +00:00
parent 892a857082
commit 0baeab039d
10 changed files with 23 additions and 10 deletions

View File

@ -21,9 +21,10 @@
Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk). */
#include "defs.h"
#include "coff-pe-read.h"
#include "defs.h"
#include "bfd.h"
#include "gdbtypes.h"