]> git.proxmox.com Git - mirror_qemu.git/commit - ui/input-legacy.c
ui: use local path for local headers
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 May 2018 19:51:00 +0000 (22:51 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Jun 2018 16:20:38 +0000 (19:20 +0300)
commit0041e9a0ac7f140256351a50b218f479981f06b2
tree91d4f859b5a607a708e0727641dbbd91b21e83d2
parentdc03272da6d234a02b8caf938242d26584489e27
ui: use local path for local headers

When pulling in headers that are in the same directory as the C file (as
opposed to one in include/), we should use its relative path, without a
directory.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
ui/gtk.c
ui/input-keymap.c
ui/input-legacy.c
ui/spice-input.c