diff options
Diffstat (limited to 'include/hw/hw.h')
-rw-r--r-- | include/hw/hw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/hw.h b/include/hw/hw.h index 8e18358e6a..8079b911fa 100644 --- a/include/hw/hw.h +++ b/include/hw/hw.h @@ -6,8 +6,6 @@ #error Cannot include hw/hw.h from user emulation #endif -#include "qom/object.h" - void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2); #endif |