s/TestInputListenerMatchers.h/TestEventMatchers.h
...because it contains matchers for various event types, like
NotifyMotionArgs and MotionEvent, not just for those assocated with
InputListeners.
Bug: 245989146
Test: atest inputflinger_tests
Change-Id: Ibdd75ae6dd9aef90bdf8b3280d0bc0660c60fa31
diff --git a/services/inputflinger/tests/TouchpadInputMapper_test.cpp b/services/inputflinger/tests/TouchpadInputMapper_test.cpp
index 02abf9f..6203a1d 100644
--- a/services/inputflinger/tests/TouchpadInputMapper_test.cpp
+++ b/services/inputflinger/tests/TouchpadInputMapper_test.cpp
@@ -23,7 +23,7 @@
#include "FakePointerController.h"
#include "InputMapperTest.h"
#include "InterfaceMocks.h"
-#include "TestInputListenerMatchers.h"
+#include "TestEventMatchers.h"
#define TAG "TouchpadInputMapper_test"