summaryrefslogtreecommitdiffstats
path: root/ui/spice-input.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin2018-05-03 21:51:00 +0200
committerMichael S. Tsirkin2018-06-01 18:20:38 +0200
commit0041e9a0ac7f140256351a50b218f479981f06b2 (patch)
tree91d4f859b5a607a708e0727641dbbd91b21e83d2 /ui/spice-input.c
parentqga: use local path for local headers (diff)
downloadqemu-0041e9a0ac7f140256351a50b218f479981f06b2.tar.gz
qemu-0041e9a0ac7f140256351a50b218f479981f06b2.tar.xz
qemu-0041e9a0ac7f140256351a50b218f479981f06b2.zip
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/spice-input.c')
-rw-r--r--ui/spice-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/spice-input.c b/ui/spice-input.c
index 3d41aa1831..a426c03b5e 100644
--- a/ui/spice-input.c
+++ b/ui/spice-input.c
@@ -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 */