diff --git a/netwerk/base/src/nsFileTransport.h b/netwerk/base/src/nsFileTransport.h index 231c7d0f22bc..937bd312c036 100644 --- a/netwerk/base/src/nsFileTransport.h +++ b/netwerk/base/src/nsFileTransport.h @@ -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,