summaryrefslogtreecommitdiff
path: root/gdb/inf-child.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r--gdb/inf-child.c27
1 files changed, 16 insertions, 11 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c
index 41e9e67252b..e8a010d76e3 100644
--- a/gdb/inf-child.c
+++ b/gdb/inf-child.c
@@ -23,22 +23,27 @@
necessary. */
#include "defs.h"
-#include "regcache.h"
-#include "memattr.h"
-#include "symtab.h"
-#include "target.h"
-#include "inferior.h"
-#include <sys/stat.h>
#include "inf-child.h"
-#include "common/fileio.h"
-#include "common/agent.h"
-#include "common/gdb_wait.h"
-#include "common/filestuff.h"
-#include <sys/types.h>
+/* Standard C includes. */
#include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <unistd.h>
+/* Local subdirectory includes. */
+#include "common/agent.h"
+#include "common/fileio.h"
+#include "common/filestuff.h"
+#include "common/gdb_wait.h"
+
+/* Local includes. */
+#include "inferior.h"
+#include "memattr.h"
+#include "regcache.h"
+#include "symtab.h"
+#include "target.h"
+
static const target_info inf_child_target_info = {
"native",
N_("Native process"),