qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 03/23] bitmap.h: Don't include qemu-common.h


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 03/23] bitmap.h: Don't include qemu-common.h
Date: Sun, 2 Nov 2014 14:57:15 +0300

From: Eduardo Habkost <address@hidden>

This will avoid unexpected circular header dependencies in the future.

Signed-off-by: Eduardo Habkost <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 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 edf4f17..f0273c9 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 <glib.h>
+#include <string.h>
+#include <stdlib.h>
+
+#include "qemu/osdep.h"
 #include "qemu/bitops.h"
 
 /*
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]