Fix big-endian aggregate assignment in Ada
[deliverable/binutils-gdb.git] / gdb / fork-child.c
index a4108231fc5c2db58fae68712b4feed96a2714ee..4c49848830ae9ba527b193a75677c0f43a6cc663 100644 (file)
    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.  */
This page took 0.023443 seconds and 4 git commands to generate.