diff options
author | Eduardo Habkost | 2012-10-24 01:55:19 +0200 |
---|---|---|
committer | Andreas Färber | 2012-12-06 09:17:05 +0100 |
commit | cad32159663c5910098e10d64f4b5b10648b0095 (patch) | |
tree | 65e3546840a04f07534d017a35ee4cde97d31142 | |
parent | qga/channel-posix.c: Include headers it needs (diff) | |
download | qemu-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.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 { |