amd64bsd-nat.c: Move "amd64bsd-nat.h" include...
authorJoel Brobecker <brobecker@gnat.com>
Mon, 12 Mar 2012 15:21:19 +0000 (15:21 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 12 Mar 2012 15:21:19 +0000 (15:21 +0000)
... after include of "amd64-nat.h".

gdb/ChangeLog:

        * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
        include of "amd64-nat.h".

gdb/ChangeLog
gdb/amd64bsd-nat.c

index e4d1453b8588258d10b7fcb6b4e2d4ff92b16ac9..98d380e0ba3e6e10082265b8a3692a02bca24c2d 100644 (file)
@@ -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.
index 5684a016931f5e08fe1f8cc0371174de891cbff3..83e7ec2429de7a6ee0da6f1d6d6a83d4f78fea2a 100644 (file)
@@ -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"
 \f