mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
qlist.h: Do not include qemu-common.h
I don't know why it was including it, as I don't see any code that depends on anything from qemu-common.h. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
4d4922c339
commit
cad3215966
1 changed files with 0 additions and 1 deletions
1
qlist.h
1
qlist.h
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include "qobject.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-queue.h"
|
||||
|
||||
typedef struct QListEntry {
|
||||
|
|
Loading…
Add table
Reference in a new issue