mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Added missing includes for nsCOMPtr (why doesn't Windows complain about this!).
This commit is contained in:
parent
6951aaf9c0
commit
4ac98d62ef
@ -29,11 +29,10 @@
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsIProgressEventSink.h"
|
||||
#include "nsIBufferInputStream.h"
|
||||
#include "nsIBufferOutputStream.h"
|
||||
|
||||
class nsIEventSinkGetter;
|
||||
class nsIBaseStream;
|
||||
class nsIBufferInputStream;
|
||||
class nsIBufferOutputStream;
|
||||
|
||||
class nsFileTransport : public nsIChannel,
|
||||
public nsIRunnable,
|
||||
|
Loading…
x
Reference in New Issue
Block a user