]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
virtio-serial-bus.c: drop virtio_ids.h
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Feb 2015 15:42:30 +0000 (16:42 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Feb 2015 12:04:08 +0000 (13:04 +0100)
virtio-serial.h pulls that in already.

Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/char/virtio-serial-bus.c

index ba4cf2e3d0fe983ad56994e20fc659e78e1af8cb..9a029d2130ad008f6740d78d2cb5078d8847f27b 100644 (file)
@@ -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"