From d1b294216946f6f45d401f479fa6f09fb058d458 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 12 Mar 2012 15:21:18 +0000 Subject: 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". --- gdb/amd64bsd-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/amd64bsd-nat.c') 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 #include "amd64-tdep.h" -#include "amd64bsd-nat.h" #include "amd64-nat.h" +#include "amd64bsd-nat.h" #include "inf-ptrace.h" -- cgit v1.2.1