From: Eduardo Habkost Date: Tue, 23 Oct 2012 23:55:19 +0000 (-0200) Subject: qlist.h: Do not include qemu-common.h X-Git-Tag: v1.4.0-rc0~302^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cad32159663c5910098e10d64f4b5b10648b0095;p=thirdparty%2Fqemu.git 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 Signed-off-by: Andreas Färber --- diff --git a/qlist.h b/qlist.h index ae776f99c38..74089471df2 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 {