diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-03-14 11:25:21 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-22 22:20:16 +0100 |
commit | c80f6e9caa7647b576966534aaa0dc8f1b480f2b (patch) | |
tree | 49621f641dc2e6f9a60dbc47677155210625b8a4 /stubs | |
parent | 14b6d44d4720681a57b5d2c58cabdfc6364f8263 (diff) |
Clean up includes some more
Manually drop redundant includes that scripts/clean-includes misses,
e.g. because they're hidden in generator programs, or they use the
wrong kind of delimiter.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/gdbstub.c | 2 | ||||
-rw-r--r-- | stubs/target-get-monitor-def.c | 1 | ||||
-rw-r--r-- | stubs/target-monitor-defs.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/stubs/gdbstub.c b/stubs/gdbstub.c index 359c28990a..2b7aee50d3 100644 --- a/stubs/gdbstub.c +++ b/stubs/gdbstub.c @@ -1,6 +1,4 @@ #include "qemu/osdep.h" -#include "stdbool.h" /* bool (in exec/gdbstub.h) */ -#include "stddef.h" /* NULL */ #include "exec/gdbstub.h" /* xml_builtin */ const char *const xml_builtin[][2] = { diff --git a/stubs/target-get-monitor-def.c b/stubs/target-get-monitor-def.c index dd83052745..394e0f9a7d 100644 --- a/stubs/target-get-monitor-def.c +++ b/stubs/target-get-monitor-def.c @@ -20,7 +20,6 @@ */ #include "qemu/osdep.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 7a16ad7014..ac07b19064 100644 --- a/stubs/target-monitor-defs.c +++ b/stubs/target-monitor-defs.c @@ -1,5 +1,4 @@ #include "qemu/osdep.h" -#include "stddef.h" const MonitorDef *target_monitor_defs(void); |