X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Faix-thread.c;h=7646a3da6ce8f878bf9586298c8178c2ca2d5d9e;hb=d55e5aa6b29906346c51ad00e6a9b112590aa294;hp=ffa3352d03992338614c3883d8ac2f268e597ed8;hpb=d128f9b8d41a1e0c38b52d0e752e65f6e5943927;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index ffa3352d03..7646a3da6c 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -40,21 +40,24 @@ */ #include "defs.h" -#include "gdbthread.h" -#include "target.h" -#include "inferior.h" -#include "regcache.h" -#include "gdbcmd.h" -#include "ppc-tdep.h" -#include "observable.h" -#include "objfiles.h" +/* Standard C includes. */ #include -#include -#include -#include #include #include +#include +#include +#include + +/* Local non-gdb includes. */ +#include "gdbcmd.h" +#include "gdbthread.h" +#include "inferior.h" +#include "objfiles.h" +#include "observable.h" +#include "ppc-tdep.h" +#include "regcache.h" +#include "target.h" #if !HAVE_DECL_GETTHRDS extern int getthrds (pid_t, struct thrdsinfo64 *, int, tid_t *, int);