diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2012-10-23 21:55:19 -0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-12-06 09:17:05 +0100 |
commit | cad32159663c5910098e10d64f4b5b10648b0095 (patch) | |
tree | 65e3546840a04f07534d017a35ee4cde97d31142 /qlist.h | |
parent | 4d4922c339abf67e47c79068d343ed41a020b8e2 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ #include "qobject.h" #include "qemu-queue.h" -#include "qemu-common.h" #include "qemu-queue.h" typedef struct QListEntry { |