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/block | |
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/block')
-rw-r--r-- | include/block/accounting.h | 2 | ||||
-rw-r--r-- | include/block/aio.h | 1 | ||||
-rw-r--r-- | include/block/write-threshold.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/include/block/accounting.h b/include/block/accounting.h index 2db2a009a1..20891639d5 100644 --- a/include/block/accounting.h +++ b/include/block/accounting.h @@ -25,8 +25,6 @@ #ifndef BLOCK_ACCOUNTING_H #define BLOCK_ACCOUNTING_H - -#include "qemu/typedefs.h" #include "qemu/timed-average.h" typedef struct BlockAcctTimedStats BlockAcctTimedStats; diff --git a/include/block/aio.h b/include/block/aio.h index e086e3b4ee..88a64eeb3c 100644 --- a/include/block/aio.h +++ b/include/block/aio.h @@ -14,7 +14,6 @@ #ifndef QEMU_AIO_H #define QEMU_AIO_H -#include "qemu/typedefs.h" #include "qemu-common.h" #include "qemu/queue.h" #include "qemu/event_notifier.h" diff --git a/include/block/write-threshold.h b/include/block/write-threshold.h index 8a79505ada..234d2193e0 100644 --- a/include/block/write-threshold.h +++ b/include/block/write-threshold.h @@ -12,8 +12,6 @@ #ifndef BLOCK_WRITE_THRESHOLD_H #define BLOCK_WRITE_THRESHOLD_H - -#include "qemu/typedefs.h" #include "qemu-common.h" /* |