diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-03-14 10:00:42 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-22 22:20:16 +0100 |
commit | 14b6d44d4720681a57b5d2c58cabdfc6364f8263 (patch) | |
tree | 64eb201ec641284f25199534e31e40edf9e757e8 /stubs | |
parent | da34e65cb4025728566d6504a99916f6e7e1dd6a (diff) |
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 'stubs')
-rw-r--r-- | stubs/target-get-monitor-def.c | 1 | ||||
-rw-r--r-- | stubs/target-monitor-defs.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/stubs/target-get-monitor-def.c b/stubs/target-get-monitor-def.c index 4d1033d12d..dd83052745 100644 --- a/stubs/target-get-monitor-def.c +++ b/stubs/target-get-monitor-def.c @@ -20,7 +20,6 @@ */ #include "qemu/osdep.h" -#include "qemu/typedefs.h" #include "stdint.h" int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval); diff --git a/stubs/target-monitor-defs.c b/stubs/target-monitor-defs.c index 203ebb0f27..7a16ad7014 100644 --- a/stubs/target-monitor-defs.c +++ b/stubs/target-monitor-defs.c @@ -1,6 +1,5 @@ #include "qemu/osdep.h" #include "stddef.h" -#include "qemu/typedefs.h" const MonitorDef *target_monitor_defs(void); |