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 e4d1453..98d380e 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 5684a01..83e7ec2 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