On 18/01/16 17:35, Peter Maydell wrote: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. > > This commit was created with scripts/clean-includes. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > disas/mips.c | 1 + > hw/mips/addr.c | 1 + > hw/mips/cputimer.c | 1 + > hw/mips/gt64xxx_pci.c | 1 + > hw/mips/mips_fulong2e.c | 1 + > hw/mips/mips_int.c | 1 + > hw/mips/mips_jazz.c | 1 + > hw/mips/mips_malta.c | 1 + > hw/mips/mips_mipssim.c | 1 + > hw/mips/mips_r4k.c | 1 + > target-mips/cpu.c | 1 + > target-mips/dsp_helper.c | 1 + > target-mips/gdbstub.c | 2 +- > target-mips/helper.c | 6 +----- > target-mips/kvm.c | 2 +- > target-mips/lmi_helper.c | 1 + > target-mips/machine.c | 1 + > target-mips/mips-semi.c | 2 +- > target-mips/msa_helper.c | 1 + > target-mips/op_helper.c | 2 +- > target-mips/translate.c | 1 + > 21 files changed, 21 insertions(+), 9 deletions(-)
Applied to target-mips tree, thanks. Regards, Leon