diff options
| author | 2022-03-08 06:54:28 +0000 | |
|---|---|---|
| committer | 2022-03-08 06:54:28 +0000 | |
| commit | c0061923173e3cf6d4b302a94108460c2b64cc99 (patch) | |
| tree | a3b6ee5f0d822c7f517f9e3c7ce7d8e8f967f6ad /libs/input/InputDevice.cpp | |
| parent | 989e5479fe29b1b8aaf6f0e4f32d55a5ad7c44ec (diff) | |
| parent | 61c1f4628b4ef1114640100f770d3d299c4403a6 (diff) | |
Merge "Merge Android 12L"
Diffstat (limited to 'libs/input/InputDevice.cpp')
| -rw-r--r-- | libs/input/InputDevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/InputDevice.cpp b/libs/input/InputDevice.cpp index fcbc16f9c7..1aec477081 100644 --- a/libs/input/InputDevice.cpp +++ b/libs/input/InputDevice.cpp @@ -21,9 +21,9 @@ #include <ctype.h> #include <android-base/stringprintf.h> +#include <ftl/NamedEnum.h> #include <input/InputDevice.h> #include <input/InputEventLabels.h> -#include <input/NamedEnum.h> using android::base::StringPrintf; |