amd64bsd-nat.c: Move "amd64bsd-nat.h" include...
... after include of "amd64-nat.h". gdb/ChangeLog: * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after include of "amd64-nat.h".
This commit is contained in:
parent
0b49e518cd
commit
649c7061d4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-03-12 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
|
||||
include of "amd64-nat.h".
|
||||
|
||||
2012-03-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* buildsym.c (record_pending_block): Now static.
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
#include <machine/reg.h>
|
||||
|
||||
#include "amd64-tdep.h"
|
||||
#include "amd64bsd-nat.h"
|
||||
#include "amd64-nat.h"
|
||||
#include "amd64bsd-nat.h"
|
||||
#include "inf-ptrace.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue