summaryrefslogtreecommitdiff
path: root/gdb/fork-child.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r--gdb/fork-child.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c
index 4c49848830a..c8ce941eff0 100644
--- a/gdb/fork-child.c
+++ b/gdb/fork-child.c
@@ -20,15 +20,19 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "inferior.h"
+
+/* Local subdirectory includes. */
+#include "common/common-inferior.h"
+#include "common/filestuff.h"
+#include "common/job-control.h"
+#include "nat/fork-inferior.h"
+
+/* Local includes. */
#include "gdbcmd.h"
-#include "terminal.h"
#include "gdbthread.h"
+#include "inferior.h"
+#include "terminal.h"
#include "top.h"
-#include "common/job-control.h"
-#include "common/filestuff.h"
-#include "nat/fork-inferior.h"
-#include "common/common-inferior.h"
/* The exec-wrapper, if any, that will be used when starting the
inferior. */