X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Farm-fbsd-nat.c;h=f0b07804bb4ee54309ce37601ea3a17cc3e50abf;hb=d55e5aa6b29906346c51ad00e6a9b112590aa294;hp=f85ecc17c05fb05d3650f0be5a649c6f0e89b78e;hpb=d128f9b8d41a1e0c38b52d0e752e65f6e5943927;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arm-fbsd-nat.c b/gdb/arm-fbsd-nat.c index f85ecc17c0..f0b07804bb 100644 --- a/gdb/arm-fbsd-nat.c +++ b/gdb/arm-fbsd-nat.c @@ -18,16 +18,18 @@ along with this program. If not, see . */ #include "defs.h" -#include "target.h" -#include -#include +/* Standard C includes. */ #include +#include +#include -#include "fbsd-nat.h" -#include "arm-tdep.h" +/* Local non-gdb includes. */ #include "arm-fbsd-tdep.h" +#include "arm-tdep.h" +#include "fbsd-nat.h" #include "inf-ptrace.h" +#include "target.h" struct arm_fbsd_nat_target : public fbsd_nat_target {