summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Habkost2012-10-24 01:55:19 +0200
committerAndreas Färber2012-12-06 09:17:05 +0100
commitcad32159663c5910098e10d64f4b5b10648b0095 (patch)
tree65e3546840a04f07534d017a35ee4cde97d31142
parentqga/channel-posix.c: Include headers it needs (diff)
downloadqemu-cad32159663c5910098e10d64f4b5b10648b0095.tar.gz
qemu-cad32159663c5910098e10d64f4b5b10648b0095.tar.xz
qemu-cad32159663c5910098e10d64f4b5b10648b0095.zip
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>
-rw-r--r--qlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qlist.h b/qlist.h
index ae776f99c3..74089471df 100644
--- a/qlist.h
+++ b/qlist.h
@@ -15,7 +15,6 @@
#include "qobject.h"
#include "qemu-queue.h"
-#include "qemu-common.h"
#include "qemu-queue.h"
typedef struct QListEntry {