зеркало из https://github.com/mozilla/gecko-dev.git
Added missing includes for nsCOMPtr (why doesn't Windows complain about this!).
This commit is contained in:
Родитель
6951aaf9c0
Коммит
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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче