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:
Valentin Gosu 2021-10-11 10:40:08 +00:00
Родитель 124455da74
Коммит 784e5ea947
3 изменённых файлов: 4 добавлений и 2 удалений

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

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