mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSES
virtio-input-hid.c undefines CONFIG_CURSES before including ui/console.h. However since commitse2f82e924d
andb0766612d1
that header does not have behaviour dependent on CONFIG_CURSES. Remove the now-unneeded undef. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Message-id: 20200723192457.28136-1-peter.maydell@linaro.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
8d942986be
commit
2c9728c0db
@ -12,7 +12,6 @@
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/virtio/virtio-input.h"
|
||||
|
||||
#undef CONFIG_CURSES
|
||||
#include "ui/console.h"
|
||||
|
||||
#include "standard-headers/linux/input.h"
|
||||
|
Loading…
Reference in New Issue
Block a user