aboutsummaryrefslogtreecommitdiff
path: root/gdb/fork-child.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r--gdb/fork-child.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c
index a410823..4c49848 100644
--- a/gdb/fork-child.c
+++ b/gdb/fork-child.c
@@ -20,17 +20,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Local non-gdb includes. */
-#include "common/common-inferior.h"
-#include "common/filestuff.h"
-#include "common/job-control.h"
-#include "gdbcmd.h"
-#include "gdbthread.h"
#include "inferior.h"
-#include "nat/fork-inferior.h"
+#include "gdbcmd.h"
#include "terminal.h"
+#include "gdbthread.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. */