summaryrefslogtreecommitdiffstats
path: root/include/qom
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2016-03-14 10:00:42 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:52:21 -0600
commit40937ed56a2cb206489777004410712b98c4cf26 (patch)
treef8e3c9e018e321335d02414e96d3ad13153a3cc0 /include/qom
parentd21475e3cc38b9c88900c722fe4b3bcd4926a917 (diff)
downloadhqemu-40937ed56a2cb206489777004410712b98c4cf26.zip
hqemu-40937ed56a2cb206489777004410712b98c4cf26.tar.gz
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Re-run scripts/clean-includes to apply the previous commit's corrections and updates. Besides redundant qemu/typedefs.h, this only finds a redundant config-host.h include in ui/egl-helpers.c. No idea how that escaped the previous runs. Some manual whitespace trimming around dropped includes squashed in. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/cpu.h1
-rw-r--r--include/qom/object.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/qom/cpu.h b/include/qom/cpu.h
index b4532ba..2e20c4a 100644
--- a/include/qom/cpu.h
+++ b/include/qom/cpu.h
@@ -26,7 +26,6 @@
#include "exec/memattrs.h"
#include "qemu/queue.h"
#include "qemu/thread.h"
-#include "qemu/typedefs.h"
#define typename QEMUtypename
diff --git a/include/qom/object.h b/include/qom/object.h
index 27eb068..b3b41aa 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -17,7 +17,6 @@
#include <glib.h>
#include "qapi-types.h"
#include "qemu/queue.h"
-#include "qemu/typedefs.h"
#define Type QEMUType
#define class QEMUclass
OpenPOWER on IntegriCloud