]> Git Repo - qemu.git/blobdiff - qemu-timer.c
pci: add network device class 'other' for network switches
[qemu.git] / qemu-timer.c
index 464396f7d0b0e8e929ebd31abf1f9b43d312de3d..5741f0d0e0d95313a537109655f897e93a8a6145 100644 (file)
  * THE SOFTWARE.
  */
 
-#include "sysemu/sysemu.h"
-#include "monitor/monitor.h"
-#include "ui/console.h"
-
-#include "hw/hw.h"
-
+#include "qemu/main-loop.h"
 #include "qemu/timer.h"
+
 #ifdef CONFIG_POSIX
 #include <pthread.h>
 #endif
This page took 0.022387 seconds and 4 git commands to generate.