changed nsIUrl.h to nsIURL.h

git-svn-id: svn://10.0.0.236/trunk@34190 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreas.otte%primus-online.de
1999-06-08 09:46:10 +00:00
parent 35d2bfdc03
commit d5a49e563d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -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"