Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / arm-nbsd-nat.c
index 2a83553a3fe23e07e07fe64cd24e9fa206a68307..09f4f0f1c471e020935dcb0959ae0c1bff283c96 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "gdbcore.h"
-#include "inferior.h"
-#include "regcache.h"
-#include "target.h"
-#include <sys/types.h>
-#include <sys/ptrace.h>
-#include <machine/reg.h>
+
+/* Standard C includes.  */
 #include <machine/frame.h>
+#include <machine/reg.h>
+#include <sys/ptrace.h>
+#include <sys/types.h>
 
+/* Local non-gdb includes.  */
 #include "arm-tdep.h"
+#include "gdbcore.h"
 #include "inf-ptrace.h"
+#include "inferior.h"
+#include "regcache.h"
+#include "target.h"
 
 class arm_netbsd_nat_target final : public inf_ptrace_target
 {
This page took 0.024182 seconds and 4 git commands to generate.