]> Git Repo - qemu.git/blobdiff - block/qcow2-refcount.c
qemu-common: stop including qemu/bswap.h from qemu-common.h
[qemu.git] / block / qcow2-refcount.c
index ca6094ff5bb966790c027682757f15b2bab93413..7fa972a38382746b8424bc0c749a48388c993f70 100644 (file)
@@ -28,6 +28,7 @@
 #include "block/block_int.h"
 #include "block/qcow2.h"
 #include "qemu/range.h"
+#include "qemu/bswap.h"
 
 static int64_t alloc_clusters_noref(BlockDriverState *bs, uint64_t size);
 static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs,
This page took 0.024964 seconds and 4 git commands to generate.