mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
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>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "ui/keymaps.h"
|
||||
#include "keymaps.h"
|
||||
#include "ui/input.h"
|
||||
|
||||
#include "standard-headers/linux/input.h"
|
||||
|
Reference in New Issue
Block a user