]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/arm-nbsd-nat.c
Revert the header-sorting patch
[thirdparty/binutils-gdb.git] / gdb / arm-nbsd-nat.c
index 09f4f0f1c471e020935dcb0959ae0c1bff283c96..2a83553a3fe23e07e07fe64cd24e9fa206a68307 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.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"
+#include <sys/types.h>
+#include <sys/ptrace.h>
+#include <machine/reg.h>
+#include <machine/frame.h>
+
+#include "arm-tdep.h"
+#include "inf-ptrace.h"
 
 class arm_netbsd_nat_target final : public inf_ptrace_target
 {