diff options
| author | Markus Armbruster | 2016-03-14 10:00:42 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2016-03-22 22:20:16 +0100 |
| commit | 14b6d44d4720681a57b5d2c58cabdfc6364f8263 (patch) | |
| tree | 64eb201ec641284f25199534e31e40edf9e757e8 /include/qom | |
| parent | include/qemu/osdep.h: Don't include qapi/error.h (diff) | |
| download | qemu-14b6d44d4720681a57b5d2c58cabdfc6364f8263.tar.gz qemu-14b6d44d4720681a57b5d2c58cabdfc6364f8263.tar.xz qemu-14b6d44d4720681a57b5d2c58cabdfc6364f8263.zip | |
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.h | 1 | ||||
| -rw-r--r-- | include/qom/object.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 7052eee7b7..0b6fa2507c 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -27,7 +27,6 @@ #include "exec/memattrs.h" #include "qemu/queue.h" #include "qemu/thread.h" -#include "qemu/typedefs.h" typedef int (*WriteCoreDumpFunction)(const void *buf, size_t size, void *opaque); diff --git a/include/qom/object.h b/include/qom/object.h index 0eba22ef83..21bb5ff149 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" struct TypeImpl; typedef struct TypeImpl *Type; |
