diff options
author | Philippe Mathieu-Daudé | 2017-10-17 18:43:56 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
commit | 47181f5d4541dafc80b0237966316931ec424c96 (patch) | |
tree | 24a2b9b05d6ce05e487f986ff39d84411be60421 /hw/scsi/vhost-user-scsi.c | |
parent | block: remove "qemu/osdep.h" from header file (diff) | |
download | qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.gz qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.xz qemu-47181f5d4541dafc80b0237966316931ec424c96.zip |
misc: remove headers implicitly included
applied using ./scripts/clean-includes
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Ben Warren <ben@skyportsystems.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/scsi/vhost-user-scsi.c')
-rw-r--r-- | hw/scsi/vhost-user-scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi/vhost-user-scsi.c b/hw/scsi/vhost-user-scsi.c index f7561e23fa..9389ed48e0 100644 --- a/hw/scsi/vhost-user-scsi.c +++ b/hw/scsi/vhost-user-scsi.c @@ -18,7 +18,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "qemu/error-report.h" -#include "qemu/typedefs.h" #include "qom/object.h" #include "hw/fw-path-provider.h" #include "hw/qdev-core.h" |