diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:10:28 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:10:28 +0000 |
commit | c3e6bd2fb2223973f26325d11c28b32b8685cfbd (patch) | |
tree | da46aa45ad59a45a9fbbc5ea8610cb3878411436 /services/inputflinger/reader/controller/PeripheralController.cpp | |
parent | fa715fbb081b1c548160bbf9b3b483f2e532960c (diff) | |
parent | 169d2b5244b662e05dee2595acaef912fa553c38 (diff) |
Snap for 8343869 from 169d2b5244b662e05dee2595acaef912fa553c38 to s-keystone-qcom-release
Change-Id: I3a2a1c3b8551e1c6af02b7c5426bffa4d5835511
Diffstat (limited to 'services/inputflinger/reader/controller/PeripheralController.cpp')
-rw-r--r-- | services/inputflinger/reader/controller/PeripheralController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/reader/controller/PeripheralController.cpp b/services/inputflinger/reader/controller/PeripheralController.cpp index 16251ee0ca..9c8a29a059 100644 --- a/services/inputflinger/reader/controller/PeripheralController.cpp +++ b/services/inputflinger/reader/controller/PeripheralController.cpp @@ -19,8 +19,8 @@ #include "../Macros.h" +#include <ftl/NamedEnum.h> #include "PeripheralController.h" -#include "input/NamedEnum.h" // Log detailed debug messages about input device lights. static constexpr bool DEBUG_LIGHT_DETAILS = false; |