qemu/hw/input
Markus Armbruster 626fb3c6a8 hw/input: Clean up includes
This commit was created with scripts/clean-includes.

All .c should include qemu/osdep.h first.  The script performs three
related cleanups:

* Ensure .c files include qemu/osdep.h first.
* Including it in a .h is redundant, since the .c  already includes
  it.  Drop such inclusions.
* Likewise, including headers qemu/osdep.h includes is redundant.
  Drop these, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-9-armbru@redhat.com>
2023-02-08 07:16:23 +01:00
..
adb-internal.h
adb-kbd.c
adb-mouse.c
adb.c Replace use of qdev_reset_all() with device_cold_reset() 2022-12-16 15:55:32 +00:00
ads7846.c
hid.c
Kconfig
lasips2.c
lm832x.c
meson.build
pckbd.c pckbd: remove legacy i8042_mm_init() function 2022-07-18 19:28:46 +01:00
pl050.c
ps2.c hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase reset 2022-12-16 15:56:24 +00:00
pxa2xx_keypad.c
stellaris_input.c
trace-events
trace.h
tsc210x.c hw/input: Clean up includes 2023-02-08 07:16:23 +01:00
tsc2005.c hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg 2023-01-05 14:11:15 +00:00
vhost-user-input.c
virtio-input-hid.c
virtio-input-host.c
virtio-input.c