summaryrefslogtreecommitdiff
path: root/tools/validatekeymaps/Main.cpp
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-09-08 16:22:37 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-09-08 16:22:37 +0000
commit3b71c8c7423bb40d0f8c10a0c095776565038d42 (patch)
treeffe9da6f0102cfd6ca965de2d96b5b7a4a21cc67 /tools/validatekeymaps/Main.cpp
parent4d279afec1f6e0ec588cae64ab6ccf91fe2dc1de (diff)
parent27e25ee89e3eb07c49c47d3b2a5cb02bd1f6d57c (diff)
Merge "Move PropertyMap from libutils to libinput" am: bf37f0d136 am: 27e25ee89e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1419037 Change-Id: Id12efbec6c7192afb0cb0e987fa8698d5b86f0c8
Diffstat (limited to 'tools/validatekeymaps/Main.cpp')
-rw-r--r--tools/validatekeymaps/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/validatekeymaps/Main.cpp b/tools/validatekeymaps/Main.cpp
index 5ac9dfd2a557..877715a66f6d 100644
--- a/tools/validatekeymaps/Main.cpp
+++ b/tools/validatekeymaps/Main.cpp
@@ -16,8 +16,8 @@
#include <input/KeyCharacterMap.h>
#include <input/KeyLayoutMap.h>
+#include <input/PropertyMap.h>
#include <input/VirtualKeyMap.h>
-#include <utils/PropertyMap.h>
#include <stdarg.h>
#include <stdio.h>