diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-12 15:21:19 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-12 15:21:19 +0000 |
commit | 649c7061d4463e9f0ce6989e066b02f22b7d9f74 (patch) | |
tree | 0d38128e3acf6e1d0efeeae38363b179c80ad50c /gdb/amd64bsd-nat.c | |
parent | 0b49e518cdac0679d9db7038e7e59fea45bcecd4 (diff) | |
download | gdb-649c7061d4463e9f0ce6989e066b02f22b7d9f74.zip gdb-649c7061d4463e9f0ce6989e066b02f22b7d9f74.tar.gz gdb-649c7061d4463e9f0ce6989e066b02f22b7d9f74.tar.bz2 |
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".
Diffstat (limited to 'gdb/amd64bsd-nat.c')
-rw-r--r-- | gdb/amd64bsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 5684a01..83e7ec2 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -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" |