X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ffbsd-tdep.c;h=73d62cffe016c5c4c8bbfc4380134ece517b78bc;hb=d55e5aa6b29906346c51ad00e6a9b112590aa294;hp=cd207d88bc384f097fa42f72402537783d8b9248;hpb=d128f9b8d41a1e0c38b52d0e752e65f6e5943927;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/fbsd-tdep.c b/gdb/fbsd-tdep.c index cd207d88bc..73d62cffe0 100644 --- a/gdb/fbsd-tdep.c +++ b/gdb/fbsd-tdep.c @@ -18,19 +18,22 @@ along with this program. If not, see . */ #include "defs.h" + +/* Standard C includes. */ +#include +#include + +/* Local non-gdb includes. */ #include "auxv.h" +#include "elf-bfd.h" +#include "fbsd-tdep.h" #include "gdbcore.h" +#include "gdbthread.h" #include "inferior.h" +#include "objfiles.h" #include "regcache.h" #include "regset.h" -#include "gdbthread.h" -#include "objfiles.h" #include "xml-syscall.h" -#include -#include - -#include "elf-bfd.h" -#include "fbsd-tdep.h" /* This enum is derived from FreeBSD's . */