qemu-e2k/include/ui
Peter Maydell b0b05c9c63 include: Clean up includes
This commit was created with scripts/clean-includes:
 ./scripts/clean-includes --git include include/*/*.h include/*/*/*.h

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: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2024-01-30 21:20:20 +03:00
..
clipboard.h
console.h ui/console: allow to override the default VC 2023-11-07 14:04:25 +04:00
dbus-display.h
dbus-module.h
egl-context.h
egl-helpers.h
gtk.h ui: add optional d3d texture pointer to scanout texture 2023-06-27 17:08:56 +02:00
input.h ui/input: Constify QemuInputHandler structure 2023-10-19 23:13:28 +02:00
kbd-state.h ui: spelling fixes 2023-08-31 19:47:43 +02:00
pixel_ops.h
pixman-minimal.h ui/pixman-minimal.h: fix empty allocation 2023-11-21 14:38:14 +04:00
qemu-pixman.h ui: add pixman-minimal.h 2023-11-07 14:04:25 +04:00
qemu-spice-module.h
qemu-spice.h
rect.h include: Clean up includes 2024-01-30 21:20:20 +03:00
sdl2.h ui: add optional d3d texture pointer to scanout texture 2023-06-27 17:08:56 +02:00
shader.h
spice-display.h ui: spelling fixes 2023-08-31 19:47:43 +02:00
surface.h ui/console: move DisplaySurface to its own header 2023-09-12 10:37:02 +04:00
win32-kbd-hook.h