diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-05-28 20:27:13 -0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-01 14:15:10 +0200 |
commit | 6b39bad02e6a503eeea1be0631779e9ad4e1513c (patch) | |
tree | 4eec31dbb88684a56c4ddc902c009f11278565fc /hw/block/nvme.h | |
parent | 6dd046a3c4ecf9864653c00c83aba05d0539a372 (diff) | |
download | qemu-6b39bad02e6a503eeea1be0631779e9ad4e1513c.zip qemu-6b39bad02e6a503eeea1be0631779e9ad4e1513c.tar.gz qemu-6b39bad02e6a503eeea1be0631779e9ad4e1513c.tar.bz2 |
hw/block/nvme: Include "qemu/cutils.h" directly in the source file
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20180528232719.4721-16-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/block/nvme.h')
-rw-r--r-- | hw/block/nvme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/block/nvme.h b/hw/block/nvme.h index 8f39811..cabcf20 100644 --- a/hw/block/nvme.h +++ b/hw/block/nvme.h @@ -1,6 +1,5 @@ #ifndef HW_NVME_H #define HW_NVME_H -#include "qemu/cutils.h" #include "block/nvme.h" typedef struct NvmeAsyncEvent { |