Revision 0d09e41a monitor.c

b/monitor.c
26 26
#include "monitor/qdev.h"
27 27
#include "hw/usb.h"
28 28
#include "hw/pcmcia.h"
29
#include "hw/pc.h"
29
#include "hw/i386/pc.h"
30 30
#include "hw/pci/pci.h"
31
#include "hw/watchdog.h"
31
#include "sysemu/watchdog.h"
32 32
#include "hw/loader.h"
33 33
#include "exec/gdbstub.h"
34 34
#include "net/net.h"
......
71 71

  
72 72
/* for pic/irq_info */
73 73
#if defined(TARGET_SPARC)
74
#include "hw/sun4m.h"
74
#include "hw/sparc/sun4m.h"
75 75
#endif
76
#include "hw/lm32_pic.h"
76
#include "hw/lm32/lm32_pic.h"
77 77

  
78 78
//#define DEBUG
79 79
//#define DEBUG_COMPLETION

Also available in: Unified diff