Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / tilegx-linux-nat.c
index 61bca3f..1cd21b3 100644 (file)
 
 #include <sys/ptrace.h>
 
-#include "gdb_assert.h"
-#include <string.h>
-
 #include <sys/procfs.h>
 
+/* Defines ps_err_e, struct ps_prochandle.  */
 #include "gdb_proc_service.h"
-#include <sys/ptrace.h>
 
 /* Prototypes for supply_gregset etc.  */
 #include "gregset.h"
 
-/* Defines ps_err_e, struct ps_prochandle.  */
-#include "gdb_proc_service.h"
-
 /* The register sets used in GNU/Linux ELF core-dumps are identical to
    the register sets in `struct user' that is used for a.out
    core-dumps, and is also used by `ptrace'.  The corresponding types