diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 05:51:50 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 05:51:50 -0700 |
commit | bcb95726067e422d4d55ab078c4b898915a91a45 (patch) | |
tree | dd8ded958bfdfda4007b7325353f5d10a45b00da /services/inputflinger/reader/controller/PeripheralController.cpp | |
parent | 310298e2816e5393a85ea10a7661416376cf505d (diff) | |
parent | c3e6bd2fb2223973f26325d11c28b32b8685cfbd (diff) |
Merge c3e6bd2fb2223973f26325d11c28b32b8685cfbd on remote branch
Change-Id: Ic5966863c7610787847f8f7fc4f939af5f87f13e
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; |