Replacing nsIURI.h with nsIURL.h in the include list.

This commit is contained in:
nisheeth%netscape.com 1999-06-28 15:06:33 +00:00
parent dbca200533
commit 684b70fd14
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include "nsIScriptObjectOwner.h"
#include "nsIURL.h"
#ifdef NECKO
#include "nsIURI.h"
#include "nsIURL.h"
#include "nsNeckoUtil.h"
#else
#include "nsIURLGroup.h"

View File

@ -27,7 +27,7 @@
#include "nsIScriptObjectOwner.h"
#include "nsIURL.h"
#ifdef NECKO
#include "nsIURI.h"
#include "nsIURL.h"
#include "nsNeckoUtil.h"
#else
#include "nsIURLGroup.h"