Bug 1771025 - Part 1: Cleaning up redundant header includes r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D148073
This commit is contained in:
Kagami Sascha Rosylight 2022-06-07 22:12:39 +00:00
parent 657feb8e6d
commit f64a6c0d92
4 changed files with 0 additions and 4 deletions

1
dom/cache/Cache.cpp vendored
View File

@ -19,7 +19,6 @@
#include "mozilla/dom/cache/CacheChild.h"
#include "mozilla/dom/cache/CacheCommon.h"
#include "mozilla/dom/cache/CacheWorkerRef.h"
#include "mozilla/dom/cache/ReadStream.h"
#include "mozilla/dom/quota/ResultExtensions.h"
#include "mozilla/ErrorResult.h"
#include "mozilla/Preferences.h"

View File

@ -10,7 +10,6 @@
#include "mozilla/dom/cache/ActorUtils.h"
#include "mozilla/dom/cache/CacheTypes.h"
#include "mozilla/dom/cache/CacheWorkerRef.h"
#include "mozilla/dom/cache/ReadStream.h"
#include "mozilla/ipc/IPCStreamUtils.h"
#include "mozilla/ipc/PBackgroundChild.h"
#include "nsISupportsImpl.h"

View File

@ -14,7 +14,6 @@
namespace mozilla::dom::cache {
class ReadStream;
class StreamList;
class CacheStreamControlParent final : public PCacheStreamControlParent,

View File

@ -20,7 +20,6 @@
namespace mozilla::dom::cache {
using mozilla::Unused;
using mozilla::ipc::IPCStream;
// ----------------------------------------------------------------------------