This commit is contained in:
andreas.otte%primus-online.de 1999-06-08 09:46:10 +00:00
Родитель 0d99370e0c
Коммит 3b8589b984
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
#include "nsIUrl.h"
#include "nsIURL.h"
#include "nsHTTPRequest.h"
#include "nsVoidArray.h"
#include "nsHeaderPair.h"

Просмотреть файл

@ -17,7 +17,7 @@
*/
#include "nsHTTPResponse.h"
#include "nsIUrl.h"
#include "nsIURL.h"
#include "nsIHTTPChannel.h"
#include "nsCOMPtr.h"
#include "nsString.h"

Просмотреть файл

@ -40,7 +40,7 @@
#include "nsIByteBufferInputStream.h"
#include "nsCRT.h"
#include "nsIChannel.h"
#include "nsIUrl.h"
#include "nsIURL.h"
#include "nsIHTTPChannel.h"
#include "nsIHttpEventSink.h"
#include "nsIEventSinkGetter.h"