mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
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
@ -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…
Reference in New Issue
Block a user