diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-20 18:08:32 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:36:11 +0200 |
commit | f3b26f64fc167a76229e4033980f28eef51792b5 (patch) | |
tree | 2b613f580f10ee896bb288d64baa2dfe05a32289 /dom/gamepad/ipc | |
parent | 99d23484bb98d9509b15502a6275aa5245925940 (diff) | |
download | UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar.gz UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar.lz UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar.xz UXP-f3b26f64fc167a76229e4033980f28eef51792b5.zip |
Issue #80 - De-unify dom/gamepad
Diffstat (limited to 'dom/gamepad/ipc')
-rw-r--r-- | dom/gamepad/ipc/GamepadEventChannelParent.cpp | 4 | ||||
-rw-r--r-- | dom/gamepad/ipc/GamepadTestChannelParent.cpp | 1 |
2 files changed, 5 insertions, 0 deletions
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 { diff --git a/dom/gamepad/ipc/GamepadTestChannelParent.cpp b/dom/gamepad/ipc/GamepadTestChannelParent.cpp index 421447fe0..9730f7d16 100644 --- a/dom/gamepad/ipc/GamepadTestChannelParent.cpp +++ b/dom/gamepad/ipc/GamepadTestChannelParent.cpp @@ -5,6 +5,7 @@ #include "GamepadTestChannelParent.h" #include "mozilla/dom/GamepadPlatformService.h" +#include "mozilla/ipc/BackgroundParent.h" #include "mozilla/Unused.h" namespace mozilla { |