Bug 1660470 - Add missing include directives/forward declarations. r=nika

Differential Revision: https://phabricator.services.mozilla.com/D87865
This commit is contained in:
Simon Giesecke
2020-11-23 16:21:38 +00:00
parent 4afae3b310
commit 46908cfb51
1035 changed files with 1755 additions and 117 deletions

View File

@@ -20,10 +20,12 @@
#include "mozilla/dom/WorkerScope.h"
#include "mozilla/dom/EventSourceEventService.h"
#include "mozilla/UniquePtrExtensions.h"
#include "nsComponentManagerUtils.h"
#include "nsIThreadRetargetableStreamListener.h"
#include "nsNetUtil.h"
#include "nsIAuthPrompt.h"
#include "nsIAuthPrompt2.h"
#include "nsIHttpChannel.h"
#include "nsIInputStream.h"
#include "nsIInterfaceRequestorUtils.h"
#include "nsMimeTypes.h"