summaryrefslogtreecommitdiff
path: root/gdb/sh-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sh-nbsd-nat.c')
-rw-r--r--gdb/sh-nbsd-nat.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/sh-nbsd-nat.c b/gdb/sh-nbsd-nat.c
index 1717ff93f55..31bf0537f31 100644
--- a/gdb/sh-nbsd-nat.c
+++ b/gdb/sh-nbsd-nat.c
@@ -20,15 +20,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "inferior.h"
-#include <sys/types.h>
-#include <sys/ptrace.h>
+/* Standard C includes. */
#include <machine/reg.h>
+#include <sys/ptrace.h>
+#include <sys/types.h>
-#include "sh-tdep.h"
+/* Local includes. */
#include "inf-ptrace.h"
+#include "inferior.h"
#include "regcache.h"
+#include "sh-tdep.h"
struct sh_nbsd_nat_target final : public inf_ptrace_target
{