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