mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
x86: Clean up includes
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.maydell@linaro.org> Message-id: 1453832250-766-11-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
d39594e9d9
commit
b6a0aa0537
75 changed files with 75 additions and 24 deletions
|
@ -9,6 +9,7 @@
|
|||
* This work is licensed under the terms of the GNU GPL version 2.
|
||||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/isa/i8259_internal.h"
|
||||
#include "hw/i386/apic_internal.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue