summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiarhei Vishniakou <svv@google.com>2020-09-02 20:46:12 -0700
committerSiarhei Vishniakou <svv@google.com>2020-09-02 20:52:31 -0700
commit52dcab05c028729840c9a4df55466d2dd6bce3d2 (patch)
tree9b42cdc10f1bd53f08b97db890ef5b19f196e6f7
parenteeabafba1667681738e7e7ed8df581f3c37e50df (diff)
downloadnative-52dcab05c028729840c9a4df55466d2dd6bce3d2.tar.gz
DO NOT MERGE Reorder include to remove merge conflict
Rearranging these #include directives will allow the child CLs to merge cleanly into master. Bug: 163171599 Test: make only Change-Id: I15aaf14b67accc1cd7470f51b40a00af6f1e9076
-rw-r--r--services/inputflinger/reader/include/InputDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/reader/include/InputDevice.h b/services/inputflinger/reader/include/InputDevice.h
index 57f0b319c8..14cd45cf07 100644
--- a/services/inputflinger/reader/include/InputDevice.h
+++ b/services/inputflinger/reader/include/InputDevice.h
@@ -23,9 +23,9 @@
#include <input/DisplayViewport.h>
#include <input/InputDevice.h>
+#include <stdint.h>
#include <utils/PropertyMap.h>
-#include <stdint.h>
#include <optional>
#include <vector>