* coff-pe-read.c: Include defs.h before bfd.h.
This commit is contained in:
parent
3ab1ec2776
commit
81de56bef2
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -24,9 +24,8 @@
|
|||
|
||||
#include "coff-pe-read.h"
|
||||
|
||||
#include "bfd.h"
|
||||
|
||||
#include "defs.h"
|
||||
#include "bfd.h"
|
||||
#include "gdbtypes.h"
|
||||
|
||||
#include "symtab.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue