Skip to content

Commit

Permalink
qlist.h: Do not include qemu-common.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ehabkost authored and afaerber committed Dec 6, 2012
1 parent 4d4922c commit cad3215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qlist.h
Expand Up @@ -15,7 +15,6 @@

#include "qobject.h"
#include "qemu-queue.h"
#include "qemu-common.h"
#include "qemu-queue.h"

typedef struct QListEntry {
Expand Down

0 comments on commit cad3215

Please sign in to comment.