summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/controller/PeripheralController.cpp
diff options
context:
space:
mode:
authorchaviw <chaviw@google.com>2021-05-19 16:45:23 -0500
committerchaviw <chaviw@google.com>2021-06-29 10:56:57 -0500
commit3277faf86d598a2ee1080b0bb4dd476fe1fddba8 (patch)
tree4234f214c82163f62575a7570e0b877506c87475 /services/inputflinger/reader/controller/PeripheralController.cpp
parent438d352932acde680c1038e1827838aca3506845 (diff)
Renamed and moved InputWindow and related files
In preparation for the hierarchy listener interface, moved the InputWindow structs into libgui and have libinput dependant on libgui. Also renamed InputWindow to exclude Input since it will be used for more generic purposes. Test: Builds and flashes Bug: 188792659 Change-Id: I24262cbc14d409c00273de0024a672394a959e5f Merged-In: I24262cbc14d409c00273de0024a672394a959e5f
Diffstat (limited to 'services/inputflinger/reader/controller/PeripheralController.cpp')
-rw-r--r--services/inputflinger/reader/controller/PeripheralController.cpp2
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;