mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06: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:
parent
dc03272da6
commit
0041e9a0ac
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "ui/qemu-spice.h"
|
||||
#include "ui/console.h"
|
||||
#include "ui/keymaps.h"
|
||||
#include "keymaps.h"
|
||||
#include "ui/input.h"
|
||||
|
||||
/* keyboard bits */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue