Skip to content

Commit

Permalink
hw/block/nvme: Include "qemu/cutils.h" directly in the source file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd authored and bonzini committed Jun 1, 2018
1 parent 6dd046a commit 6b39bad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions hw/block/nvme.c
Expand Up @@ -35,6 +35,7 @@
#include "sysemu/block-backend.h"

#include "qemu/log.h"
#include "qemu/cutils.h"
#include "trace.h"
#include "nvme.h"

Expand Down
1 change: 0 additions & 1 deletion 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 {
Expand Down

0 comments on commit 6b39bad

Please sign in to comment.