bitmap.h: Don't include qemu-common.h

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>
This commit is contained in:
Eduardo Habkost 2014-09-26 16:46:04 -03:00 committed by Michael Tokarev
parent afeeead1bc
commit d6aaddfe97
1 changed files with 5 additions and 1 deletions

View File

@ -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"
/*