]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/user-internals.h
linux-user: Drop unneeded includes from qemu.h
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Sep 2021 15:44:05 +0000 (16:44 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 13 Sep 2021 18:35:45 +0000 (20:35 +0200)
commitd0a7920eb4fc44dd4485167edf7db7fac1de6977
treec4bd12a48ae6d0e71ea32ad766048295d7e8ef8c
parent85b4fa0cd189311dc1c69714e669b5a12b0552f6
linux-user: Drop unneeded includes from qemu.h

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 <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210908154405.15417-10-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/qemu.h
linux-user/user-internals.h
thunk.c