diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-03-12 17:01:48 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-04-05 14:54:39 +0200 |
commit | 85e8dab1efc7228bb674e72f6fb3be78c1e883bf (patch) | |
tree | edae0953f84c27d1c2f2f0fdfd5b1f7a6efe6ea0 /dma-helpers.c | |
parent | 29cdb2513c3f22f51d6f3585b41009576485cb35 (diff) |
aio: move BlockDriverAIOCB to qemu-aio.h
And remove several block_int.h inclusions that should not be there.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'dma-helpers.c')
-rw-r--r-- | dma-helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dma-helpers.c b/dma-helpers.c index c29ea6d3ab..7fcc86dca9 100644 --- a/dma-helpers.c +++ b/dma-helpers.c @@ -8,7 +8,6 @@ */ #include "dma.h" -#include "block_int.h" #include "trace.h" void qemu_sglist_init(QEMUSGList *qsg, int alloc_hint) |