X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Famd64-fbsd-nat.c;h=662008bf6811c6b784c9ac1738d7ba40c75c45ec;hb=b50ef514ff0c8d5506227c412c508f9f538bcf5a;hp=4e5291082a2d20f189069ef6e7aa0d338ef8a91e;hpb=d55e5aa6b29906346c51ad00e6a9b112590aa294;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/amd64-fbsd-nat.c b/gdb/amd64-fbsd-nat.c index 4e5291082a..662008bf68 100644 --- a/gdb/amd64-fbsd-nat.c +++ b/gdb/amd64-fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD/amd64. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -18,26 +18,23 @@ along with this program. If not, see . */ #include "defs.h" +#include "inferior.h" +#include "regcache.h" +#include "target.h" -/* Standard C includes. */ -#include #include +#include #include #include -#include #include +#include -/* Local non-gdb includes. */ -#include "amd64-bsd-nat.h" -#include "amd64-nat.h" -#include "amd64-tdep.h" -#include "common/x86-xstate.h" #include "fbsd-nat.h" -#include "inferior.h" -#include "regcache.h" -#include "target.h" +#include "amd64-tdep.h" +#include "amd64-nat.h" +#include "amd64-bsd-nat.h" #include "x86-nat.h" - +#include "gdbsupport/x86-xstate.h" class amd64_fbsd_nat_target final