summaryrefslogtreecommitdiff
path: root/gdb/amd64bsd-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-12 15:21:18 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-12 15:21:18 +0000
commitd1b294216946f6f45d401f479fa6f09fb058d458 (patch)
treeec30d36e99b6f0632fc7e71eed74a2f1b2f02974 /gdb/amd64bsd-nat.c
parent1827ba892b03be2f1e1836d711cdfe152c2d00b9 (diff)
downloadgdb-d1b294216946f6f45d401f479fa6f09fb058d458.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c
index 5684a016931..83e7ec2429d 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"