]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/hw.h
qdev: move helper function to monitor/misc
[mirror_qemu.git] / include / hw / hw.h
index b399627cbe39025fb087758371ed7fdd5720835a..fc5301f29372e699c7bcd0767ca008af47679c74 100644 (file)
@@ -1,4 +1,3 @@
-/* Declarations for use by hardware emulation.  */
 #ifndef QEMU_HW_H
 #define QEMU_HW_H
 
@@ -6,12 +5,6 @@
 #error Cannot include hw/hw.h from user emulation
 #endif
 
-#include "exec/cpu-common.h"
-#include "qom/object.h"
-#include "exec/memory.h"
-#include "hw/irq.h"
-#include "migration/vmstate.h"
-
 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
 
 #endif