From 11165820d194478d493d667a11ea8480ce893c70 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sun, 13 Jun 2010 19:00:50 +0100 Subject: Move stdbool.h Move inclusion of stdbool.h to common header files, instead of including in an ad-hoc manner. Signed-off-by: Paul Brook --- hw/virtio-serial.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/virtio-serial.h') diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index a93b545..ff08c40 100644 --- a/hw/virtio-serial.h +++ b/hw/virtio-serial.h @@ -15,7 +15,6 @@ #ifndef _QEMU_VIRTIO_SERIAL_H #define _QEMU_VIRTIO_SERIAL_H -#include #include "qdev.h" #include "virtio.h" -- cgit v1.1