aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-snapshot.c
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2019-05-06 17:27:34 +0300
committerMax Reitz <mreitz@redhat.com>2019-05-28 20:30:55 +0200
commit9353db47c5e2f849bc1130e5ed6b40ce97798289 (patch)
treee6a18f589ceb91546688418af9b62a4f84c8d18d /block/qcow2-snapshot.c
parent8c1ecb590497b0349c550607db923972b37f6963 (diff)
downloadqemu-9353db47c5e2f849bc1130e5ed6b40ce97798289.zip
qemu-9353db47c5e2f849bc1130e5ed6b40ce97798289.tar.gz
qemu-9353db47c5e2f849bc1130e5ed6b40ce97798289.tar.bz2
qcow2.h: add missing include
qcow2.h depends on block_int.h. Compilation isn't broken currently only due to block_int.h always included before qcow2.h. Though, it seems better to directly include block_int.h in qcow2.h. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 20190506142741.41731-2-vsementsov@virtuozzo.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'block/qcow2-snapshot.c')
-rw-r--r--block/qcow2-snapshot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/qcow2-snapshot.c b/block/qcow2-snapshot.c
index a6ffae8..d0e7fa9 100644
--- a/block/qcow2-snapshot.c
+++ b/block/qcow2-snapshot.c
@@ -24,7 +24,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
-#include "block/block_int.h"
#include "qcow2.h"
#include "qemu/bswap.h"
#include "qemu/error-report.h"