From: Eduardo Habkost Date: Fri, 26 Sep 2014 19:46:04 +0000 (-0300) Subject: bitmap.h: Don't include qemu-common.h X-Git-Tag: qemu-xen-4.6.0-rc1~101^2~20 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d6aaddfe977417e3df4fc8a0fc0b4cc015909b84;p=qemu-upstream-4.6-testing.git bitmap.h: Don't include qemu-common.h This will avoid unexpected circular header dependencies in the future. Signed-off-by: Eduardo Habkost Signed-off-by: Michael Tokarev --- diff --git a/include/qemu/bitmap.h b/include/qemu/bitmap.h index edf4f17d9..f0273c965 100644 --- a/include/qemu/bitmap.h +++ b/include/qemu/bitmap.h @@ -12,7 +12,11 @@ #ifndef BITMAP_H #define BITMAP_H -#include "qemu-common.h" +#include +#include +#include + +#include "qemu/osdep.h" #include "qemu/bitops.h" /*