From patchwork Wed Sep 21 09:16:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: remove duplicate typedef Date: Tue, 20 Sep 2011 23:16:22 -0000 From: Paolo Bonzini X-Patchwork-Id: 115718 Message-Id: <1316596582-9417-1-git-send-email-pbonzini@redhat.com> To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Signed-off-by: Paolo Bonzini --- This is failing with some versions of GCC but not others, apparently. qemu-common.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu-common.h b/qemu-common.h index ef9a2bb..404c421 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -18,7 +18,6 @@ typedef struct DeviceState DeviceState; struct Monitor; typedef struct Monitor Monitor; -typedef struct QEMUSGList QEMUSGList; /* we put basic includes here to avoid repeating them in device drivers */ #include