]> Git Repo - qemu.git/blobdiff - block/sheepdog.c
util: move declarations out of qemu-common.h
[qemu.git] / block / sheepdog.c
index a6b179b11d857dda693bb5ea33473024a108a405..48fc16542294cbdb14280922ba42f5821f7f6112 100644 (file)
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qemu-common.h"
 #include "qemu/uri.h"
 #include "qemu/error-report.h"
 #include "qemu/sockets.h"
 #include "block/block_int.h"
 #include "sysemu/block-backend.h"
 #include "qemu/bitops.h"
+#include "qemu/cutils.h"
 
 #define SD_PROTO_VER 0x01
 
This page took 0.02178 seconds and 4 git commands to generate.