projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afeeead
)
bitmap.h: Don't include qemu-common.h
author
Eduardo Habkost
<ehabkost@redhat.com>
Fri, 26 Sep 2014 19:46:04 +0000
(16:46 -0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sun, 2 Nov 2014 07:04:34 +0000
(10:04 +0300)
This will avoid unexpected circular header dependencies in the future.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/qemu/bitmap.h
patch
|
blob
|
history
diff --git
a/include/qemu/bitmap.h
b/include/qemu/bitmap.h
index edf4f17d9ca3a54a7b8c5b2c066df042ec9efb18..f0273c965f263278ed4e83877b076099ffc1aa32 100644
(file)
--- 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"
/*