From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6sT-0007G7-AN for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO6sS-00044T-Ld for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6sS-00043y-FP for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:28 -0500 Date: Wed, 18 Feb 2015 16:49:21 +0100 From: "Michael S. Tsirkin" Message-ID: <1424274531-16493-3-git-send-email-mst@redhat.com> References: <1424274531-16493-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424274531-16493-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PATCH 2/4] virtio-serial-bus.c: drop virtio_ids.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , Thomas Huth virtio-serial.h pulls that in already. Reported-by: Thomas Huth Signed-off-by: Michael S. Tsirkin --- hw/char/virtio-serial-bus.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c index ba4cf2e..9a029d2 100644 --- a/hw/char/virtio-serial-bus.c +++ b/hw/char/virtio-serial-bus.c @@ -18,7 +18,6 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#include "standard-headers/linux/virtio_ids.h" #include "qemu/iov.h" #include "monitor/monitor.h" #include "qemu/queue.h" -- MST