From b7d25b02056410ae502e8dd8421365bdcb41b6af Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Sat, 13 Nov 1999 01:48:17 +0000 Subject: [PATCH] fixing win32 vc5 bustage --- netwerk/protocol/ftp/src/nsFTPChannel.cpp | 1 - netwerk/protocol/ftp/src/nsFTPChannel.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/protocol/ftp/src/nsFTPChannel.cpp b/netwerk/protocol/ftp/src/nsFTPChannel.cpp index 26af218889da..b257aa1048c9 100644 --- a/netwerk/protocol/ftp/src/nsFTPChannel.cpp +++ b/netwerk/protocol/ftp/src/nsFTPChannel.cpp @@ -27,7 +27,6 @@ #include "prlog.h" #include "nsCOMPtr.h" #include "nsIServiceManager.h" -#include "nsIBufferInputStream.h" #include "nsFtpConnectionThread.h" #include "nsIEventQueueService.h" #include "nsIProgressEventSink.h" diff --git a/netwerk/protocol/ftp/src/nsFTPChannel.h b/netwerk/protocol/ftp/src/nsFTPChannel.h index 5d044df907f1..f6d29dc95eab 100644 --- a/netwerk/protocol/ftp/src/nsFTPChannel.h +++ b/netwerk/protocol/ftp/src/nsFTPChannel.h @@ -37,6 +37,8 @@ #include "nsIProgressEventSink.h" #include "nsIEventSinkGetter.h" #include "nsIThreadPool.h" +#include "nsIBufferInputStream.h" +#include "nsIBufferOutputStream.h" class nsIEventSinkGetter; class nsIProgressEventSink;