From: Eduardo Habkost Date: Tue, 23 Oct 2012 23:55:19 +0000 (-0200) Subject: qlist.h: Do not include qemu-common.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cad32159663c5910098e10d64f4b5b10648b0095;p=qemu.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 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 {