Re: [PATCH for-6.2 09/10] linux-user: Drop unneeded includes from qemu.h

2021-07-18 Thread Philippe Mathieu-Daudé
On 7/18/21 1:21 AM, Peter Maydell wrote: > Trim down the #includes in qemu.h where we can, either by > dropping unneeded headers or by moving them to user-internals.h. > > This includes deleting a couple of #includes that appear at > weird points midway through the header file. > > Signed-off-by:

[PATCH for-6.2 09/10] linux-user: Drop unneeded includes from qemu.h

2021-07-17 Thread Peter Maydell
Trim down the #includes in qemu.h where we can, either by dropping unneeded headers or by moving them to user-internals.h. This includes deleting a couple of #includes that appear at weird points midway through the header file. Signed-off-by: Peter Maydell --- linux-user/qemu.h | 4 --