mirror of https://github.com/xqemu/xqemu.git
Trim unnecessary includes
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
ec51e364ed
commit
0b8f9be61c
|
@ -17,8 +17,6 @@
|
||||||
*/
|
*/
|
||||||
#include "hw.h"
|
#include "hw.h"
|
||||||
#include "pc.h"
|
#include "pc.h"
|
||||||
#include "pci.h"
|
|
||||||
#include "sysemu.h"
|
|
||||||
#include "acpi.h"
|
#include "acpi.h"
|
||||||
|
|
||||||
struct acpi_table_header
|
struct acpi_table_header
|
||||||
|
|
|
@ -20,9 +20,6 @@
|
||||||
#include "apm.h"
|
#include "apm.h"
|
||||||
#include "pm_smbus.h"
|
#include "pm_smbus.h"
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
#include "sysemu.h"
|
|
||||||
#include "i2c.h"
|
|
||||||
#include "smbus.h"
|
|
||||||
#include "acpi.h"
|
#include "acpi.h"
|
||||||
|
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
1
hw/apm.c
1
hw/apm.c
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#include "apm.h"
|
#include "apm.h"
|
||||||
#include "hw.h"
|
#include "hw.h"
|
||||||
#include "isa.h"
|
|
||||||
|
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
|
|
|
@ -20,12 +20,7 @@
|
||||||
#include "hw.h"
|
#include "hw.h"
|
||||||
#include "pc.h"
|
#include "pc.h"
|
||||||
#include "pm_smbus.h"
|
#include "pm_smbus.h"
|
||||||
#include "pci.h"
|
|
||||||
#include "qemu-timer.h"
|
|
||||||
#include "sysemu.h"
|
|
||||||
#include "i2c.h"
|
|
||||||
#include "smbus.h"
|
#include "smbus.h"
|
||||||
#include "kvm.h"
|
|
||||||
|
|
||||||
/* no save/load? */
|
/* no save/load? */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue