From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXucJ-0006QU-Pw for qemu-devel@nongnu.org; Mon, 12 Nov 2012 09:04:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXucG-0006W0-NG for qemu-devel@nongnu.org; Mon, 12 Nov 2012 09:03:59 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:64813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXucG-0006Mx-Gz for qemu-devel@nongnu.org; Mon, 12 Nov 2012 09:03:56 -0500 Received: by mail-pa0-f45.google.com with SMTP id fb10so4194200pad.4 for ; Mon, 12 Nov 2012 06:03:56 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 12 Nov 2012 15:03:30 +0100 Message-Id: <1352729011-27799-5-git-send-email-pbonzini@redhat.com> In-Reply-To: <1352729011-27799-1-git-send-email-pbonzini@redhat.com> References: <1352729011-27799-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 4/5] megasas: do not include block_int.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Signed-off-by: Paolo Bonzini --- hw/megasas.c | 1 - 1 file modificato. 1 rimozione(-) diff --git a/hw/megasas.c b/hw/megasas.c index 7a2036e..b845ea7 100644 --- a/hw/megasas.c +++ b/hw/megasas.c @@ -25,7 +25,6 @@ #include "iov.h" #include "scsi.h" #include "scsi-defs.h" -#include "block_int.h" #include "trace.h" #include "mfi.h" -- 1.7.12.1