diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-05-03 22:51:00 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-06-01 19:20:38 +0300 |
commit | 0041e9a0ac7f140256351a50b218f479981f06b2 (patch) | |
tree | 91d4f859b5a607a708e0727641dbbd91b21e83d2 /ui/input-keymap.c | |
parent | dc03272da6d234a02b8caf938242d26584489e27 (diff) |
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>
Diffstat (limited to 'ui/input-keymap.c')
-rw-r--r-- | ui/input-keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/input-keymap.c b/ui/input-keymap.c index 3d4e66bab5..87cc301b7a 100644 --- a/ui/input-keymap.c +++ b/ui/input-keymap.c @@ -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" |