From d6aaddfe977417e3df4fc8a0fc0b4cc015909b84 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Fri, 26 Sep 2014 16:46:04 -0300 Subject: [PATCH] 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 --- include/qemu/bitmap.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/qemu/bitmap.h b/include/qemu/bitmap.h index edf4f17d9c..f0273c965f 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" /*