Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / aarch64-fbsd-nat.c
index bb187a600d0c0308d207b77fbd0b83b392322233..cb4130a2844588d29983636fba26765a6ce2b97a 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "target.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 "fbsd-nat.h"
-#include "aarch64-tdep.h"
+/* Local non-gdb includes.  */
 #include "aarch64-fbsd-tdep.h"
+#include "aarch64-tdep.h"
+#include "fbsd-nat.h"
 #include "inf-ptrace.h"
+#include "target.h"
 
 struct aarch64_fbsd_nat_target final : public fbsd_nat_target
 {
This page took 0.030789 seconds and 4 git commands to generate.