mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
6dd046a3c4
commit
6b39bad02e
|
@ -35,6 +35,7 @@
|
|||
#include "sysemu/block-backend.h"
|
||||
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/cutils.h"
|
||||
#include "trace.h"
|
||||
#include "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 {
|
||||
|
|
Loading…
Reference in New Issue