mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1771025 - Part 1: Cleaning up redundant header includes r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D148073
This commit is contained in:
parent
657feb8e6d
commit
f64a6c0d92
1
dom/cache/Cache.cpp
vendored
1
dom/cache/Cache.cpp
vendored
@ -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"
|
||||
|
1
dom/cache/CacheStreamControlChild.cpp
vendored
1
dom/cache/CacheStreamControlChild.cpp
vendored
@ -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"
|
||||
|
1
dom/cache/CacheStreamControlParent.h
vendored
1
dom/cache/CacheStreamControlParent.h
vendored
@ -14,7 +14,6 @@
|
||||
|
||||
namespace mozilla::dom::cache {
|
||||
|
||||
class ReadStream;
|
||||
class StreamList;
|
||||
|
||||
class CacheStreamControlParent final : public PCacheStreamControlParent,
|
||||
|
1
dom/cache/ReadStream.cpp
vendored
1
dom/cache/ReadStream.cpp
vendored
@ -20,7 +20,6 @@
|
||||
namespace mozilla::dom::cache {
|
||||
|
||||
using mozilla::Unused;
|
||||
using mozilla::ipc::IPCStream;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user