summary refs log tree commit diff stats
path: root/include/hw/hw.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-08-12 07:23:47 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-08-16 13:31:52 +0200
commite7febd959740d45c0fc07ce63d834815483afaa0 (patch)
treeee88af7c44aa58e230991743fd048fedd45bc76a /include/hw/hw.h
parentd4842052100a3b44167e34ebdce0e7b3bf7512cf (diff)
downloadfocaccia-qemu-e7febd959740d45c0fc07ce63d834815483afaa0.tar.gz
focaccia-qemu-e7febd959740d45c0fc07ce63d834815483afaa0.zip
Include qom/object.h slightly less
hw/hw.h used to include headers hardware emulation "usually" needs.
The previous commits removed all but one of them, to good effect.
Only qom/object.h is left.  Remove that one, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190812052359.30071-18-armbru@redhat.com>
Diffstat (limited to 'include/hw/hw.h')
-rw-r--r--include/hw/hw.h2
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