Prequel to bug 1352559 - #includes and forward declarations necessary for various files to build properly exposed by unified build changes, r=trivial

MozReview-Commit-ID: 6VlJIwIH9ir

--HG--
extra : rebase_source : b0955e42e48aee7fdeca12008a8845fbef76414b
extra : source : f24b862218378d14e6dfc47be54cdecb66537644
This commit is contained in:
Benjamin Smedberg 2017-07-12 12:26:39 -04:00
parent c4e8a040c2
commit 71201c57db
2 changed files with 5 additions and 0 deletions

View File

@ -8,9 +8,13 @@
#define dom_plugins_PluginUtilsWin_h 1
#include "npapi.h"
#include "nscore.h"
namespace mozilla {
namespace plugins {
class PluginModuleParent;
namespace PluginUtilsWin {
nsresult RegisterForAudioDeviceChanges(PluginModuleParent* aModuleParent,

View File

@ -15,6 +15,7 @@
#ifdef MOZ_CRASHREPORTER
#include "nsExceptionHandler.h"
#endif
#include "nsIThread.h"
namespace mozilla {
namespace ipc {