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 /hw/ide | |
parent | 29cdb2513c3f22f51d6f3585b41009576485cb35 (diff) | |
download | qemu-85e8dab1efc7228bb674e72f6fb3be78c1e883bf.tar.gz qemu-85e8dab1efc7228bb674e72f6fb3be78c1e883bf.tar.bz2 qemu-85e8dab1efc7228bb674e72f6fb3be78c1e883bf.zip |
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 'hw/ide')
-rw-r--r-- | hw/ide/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/core.c b/hw/ide/core.c index 4d568acc9c..6f06d2818e 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @@ -31,7 +31,6 @@ #include "sysemu.h" #include "dma.h" #include "blockdev.h" -#include "block_int.h" #include <hw/ide/internal.h> |