Index: Source/modules/gamepad/GamepadDispatcher.h |
diff --git a/Source/modules/gamepad/GamepadDispatcher.h b/Source/modules/gamepad/GamepadDispatcher.h |
index cc154cb4df0e25476d8c4f5809abcb09a6891c9d..12bb9bbf0374abe84727edc4be30b5bd435309e3 100644 |
--- a/Source/modules/gamepad/GamepadDispatcher.h |
+++ b/Source/modules/gamepad/GamepadDispatcher.h |
@@ -6,13 +6,11 @@ |
#define GamepadDispatcher_h |
#include "core/frame/PlatformEventDispatcher.h" |
-#include "platform/heap/Handle.h" |
#include "public/platform/WebGamepad.h" |
#include "public/platform/WebGamepadListener.h" |
namespace blink { |
-class NavigatorGamepad; |
class WebGamepads; |
class GamepadDispatcher final : public GarbageCollectedFinalized<GamepadDispatcher>, public PlatformEventDispatcher, public WebGamepadListener { |