aboutsummaryrefslogtreecommitdiff
path: root/qlist.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-10-23 21:55:19 -0200
committerAndreas Färber <afaerber@suse.de>2012-12-06 09:17:05 +0100
commitcad32159663c5910098e10d64f4b5b10648b0095 (patch)
tree65e3546840a04f07534d017a35ee4cde97d31142 /qlist.h
parent4d4922c339abf67e47c79068d343ed41a020b8e2 (diff)
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>
Diffstat (limited to 'qlist.h')
-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 {