X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Futil%2Fhbitmap.c;h=b22b87d0a68fd4be77af276fd12a0a1168a85195;hb=a14b48d18a9ed03ec191cf16b162206998a895ce;hp=50b888fd607bdeab5c02fb2faa5c388588be4850;hpb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;p=kvmfornfv.git diff --git a/qemu/util/hbitmap.c b/qemu/util/hbitmap.c index 50b888fd6..b22b87d0a 100644 --- a/qemu/util/hbitmap.c +++ b/qemu/util/hbitmap.c @@ -9,10 +9,8 @@ * later. See the COPYING file in the top-level directory. */ -#include -#include -#include #include "qemu/osdep.h" +#include #include "qemu/hbitmap.h" #include "qemu/host-utils.h" #include "trace.h"