summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jimmy Gong <jimmyxgong@google.com> 2024-07-25 22:36:39 +0000
committer Jimmy Gong <jimmyxgong@google.com> 2024-07-25 22:36:39 +0000
commit18e409882a0eff0bf986e902c5ea21775e66bb77 (patch)
tree3354129c166aab253e232297719928da30a250c4
parent8805c3ea813e0dd9f537ced0cf84ee60ced8fb91 (diff)
Remove extra forward declarations
Bug: NONE Flag: EXEMPT refactor Change-Id: I2423af4c8d7086d0e7a3fce377a8081440d15a2d
-rw-r--r--services/inputflinger/reader/mapper/CursorInputMapper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/inputflinger/reader/mapper/CursorInputMapper.h b/services/inputflinger/reader/mapper/CursorInputMapper.h
index 2108488936..3fc370cacd 100644
--- a/services/inputflinger/reader/mapper/CursorInputMapper.h
+++ b/services/inputflinger/reader/mapper/CursorInputMapper.h
@@ -25,9 +25,6 @@
namespace android {
-class CursorButtonAccumulator;
-class CursorScrollAccumulator;
-
/* Keeps track of cursor movements. */
class CursorMotionAccumulator {
public: