summaryrefslogtreecommitdiff
path: root/hw/input
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-10-17 13:44:02 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-12-18 17:07:02 +0300
commitd6e3f50a471ab870c5c99df499cd38ce61d3efb5 (patch)
treebfc0d8600b41cd07b72cf99186ec31568d52eae8 /hw/input
parent9d808657249dcb1fab6a3f16bd3a8149c5c9b88d (diff)
downloadqemu-d6e3f50a471ab870c5c99df499cd38ce61d3efb5.tar.gz
misc: avoid "include/" in include path
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/input')
-rw-r--r--hw/input/adb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/input/adb.c b/hw/input/adb.c
index fcca3a8eb9..924a3f9fd5 100644
--- a/hw/input/adb.c
+++ b/hw/input/adb.c
@@ -24,8 +24,8 @@
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/input/adb.h"
+#include "hw/input/adb-keys.h"
#include "ui/console.h"
-#include "include/hw/input/adb-keys.h"
#include "ui/input.h"
#include "sysemu/sysemu.h"