mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
[not part of build] Use forward references whenever possible.
This commit is contained in:
parent
46f25f14e7
commit
f1e2d5cd18
7
netwerk/cache/src/nsCacheDevice.h
vendored
7
netwerk/cache/src/nsCacheDevice.h
vendored
@ -26,12 +26,13 @@
|
||||
|
||||
#include "nspr.h"
|
||||
#include "nsError.h"
|
||||
#include "nsITransport.h"
|
||||
#include "nsCacheEntry.h"
|
||||
|
||||
#include "nsICache.h"
|
||||
|
||||
class nsIFile;
|
||||
class nsCString;
|
||||
class nsCacheEntry;
|
||||
class nsICacheVisitor;
|
||||
class nsITransport;
|
||||
|
||||
class nsCacheDevice {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user