* coff-pe-read.c: Include defs.h before bfd.h.

This commit is contained in:
Rainer Orth 2011-11-04 14:04:06 +00:00
parent 3ab1ec2776
commit 81de56bef2
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* coff-pe-read.c: Include defs.h before bfd.h.
2011-11-04 Phil Muldoon <pmuldoon@redhat.com>
PR Python/13345

View File

@ -24,9 +24,8 @@
#include "coff-pe-read.h"
#include "bfd.h"
#include "defs.h"
#include "bfd.h"
#include "gdbtypes.h"
#include "symtab.h"