diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-09-06 18:58:58 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-09-12 15:17:22 +0200 |
commit | ab359cd17e77163b672c5fc129cf4bcd0a3b38ce (patch) | |
tree | 8cb38d130448685023f1b272831d5d4e94a92617 /nbd.h | |
parent | 29e05f202238fe0efee4a0ecccc3fd348448a37c (diff) |
nbd: Clean up use of block_int.h
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'nbd.h')
-rw-r--r-- | nbd.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -23,8 +23,6 @@ #include "qemu-common.h" -#include "block_int.h" - struct nbd_request { uint32_t magic; uint32_t type; |