summaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r--gdb/ia64-linux-nat.c24
1 files changed, 14 insertions, 10 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c
index a77a86f490c..261a4f7fcfc 100644
--- a/gdb/ia64-linux-nat.c
+++ b/gdb/ia64-linux-nat.c
@@ -19,24 +19,28 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "inferior.h"
-#include "target.h"
-#include "gdbcore.h"
-#include "regcache.h"
-#include "ia64-tdep.h"
-#include "linux-nat.h"
+/* Standard C includes. */
+#include <asm/ptrace_offsets.h>
#include <signal.h>
-#include "nat/gdb_ptrace.h"
-#include "common/gdb_wait.h"
+#include <sys/procfs.h>
#ifdef HAVE_SYS_REG_H
#include <sys/reg.h>
#endif
#include <sys/syscall.h>
#include <sys/user.h>
-#include <asm/ptrace_offsets.h>
-#include <sys/procfs.h>
+/* Local subdirectory includes. */
+#include "common/gdb_wait.h"
+#include "nat/gdb_ptrace.h"
+
+/* Local includes. */
+#include "gdbcore.h"
+#include "ia64-tdep.h"
+#include "inferior.h"
+#include "linux-nat.h"
+#include "regcache.h"
+#include "target.h"
/* Prototypes for supply_gregset etc. */
#include "gregset.h"