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 : 93b2d2d34728f358bf8bd4f0317ea47f91b04450
This commit is contained in:
Benjamin Smedberg 2017-07-12 12:26:39 -04:00
Родитель 1d417628a3
Коммит b502aabed0
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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,

Просмотреть файл

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