From f3b26f64fc167a76229e4033980f28eef51792b5 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 20 Apr 2020 18:08:32 +0200 Subject: Issue #80 - De-unify dom/gamepad --- dom/gamepad/ipc/GamepadEventChannelParent.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dom/gamepad/ipc/GamepadEventChannelParent.cpp') diff --git a/dom/gamepad/ipc/GamepadEventChannelParent.cpp b/dom/gamepad/ipc/GamepadEventChannelParent.cpp index c3c8fd2c8..806081789 100644 --- a/dom/gamepad/ipc/GamepadEventChannelParent.cpp +++ b/dom/gamepad/ipc/GamepadEventChannelParent.cpp @@ -1,9 +1,13 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ + #include "GamepadEventChannelParent.h" + #include "GamepadPlatformService.h" +#include "mozilla/Unused.h" #include "mozilla/dom/GamepadMonitoring.h" +#include "mozilla/ipc/BackgroundParent.h" #include "nsThreadUtils.h" namespace mozilla { -- cgit v1.2.3