зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1733356 - Fix non-unified build errors in netwerk/protocol/res/ r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D127405
This commit is contained in:
Родитель
124455da74
Коммит
784e5ea947
|
@ -7,7 +7,10 @@
|
|||
#define PageThumbProtocolHandler_h___
|
||||
|
||||
#include "mozilla/Result.h"
|
||||
#include "mozilla/MozPromise.h"
|
||||
#include "SubstitutingProtocolHandler.h"
|
||||
#include "nsIInputStream.h"
|
||||
#include "nsWeakReference.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace net {
|
||||
|
|
|
@ -38,5 +38,3 @@ LOCAL_INCLUDES += [
|
|||
"/netwerk/base",
|
||||
"/xpcom/base",
|
||||
]
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "mozilla/chrome/RegistryMessageUtils.h"
|
||||
#include "mozilla/dom/ContentParent.h"
|
||||
#include "mozilla/ClearOnShutdown.h"
|
||||
#include "mozilla/Unused.h"
|
||||
|
||||
#include "nsResProtocolHandler.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче