get rid of some dumb dependencies for bug 102290 r=jag, sr=darinf

This commit is contained in:
alecf%netscape.com 2001-10-02 01:05:42 +00:00
Родитель ccceaa31cf
Коммит 38f144e3b6
4 изменённых файлов: 0 добавлений и 9 удалений

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

@ -35,10 +35,8 @@ REQUIRES = xpcom \
string \ string \
uconv \ uconv \
webshell \ webshell \
uriloader \
docshell \ docshell \
htmlparser \ htmlparser \
dom \
necko \ necko \
widget \ widget \
layout \ layout \

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

@ -66,10 +66,8 @@ REQUIRES = xpcom \
string \ string \
uconv \ uconv \
webshell \ webshell \
uriloader \
docshell \ docshell \
htmlparser \ htmlparser \
dom \
necko \ necko \
widget \ widget \
layout \ layout \

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

@ -52,7 +52,6 @@
#include "nsIFactory.h" #include "nsIFactory.h"
#include "nsIServiceManager.h" #include "nsIServiceManager.h"
#include "nsICharsetDetector.h" #include "nsICharsetDetector.h"
#include "nsIWebShellServices.h"
#include "nsIStringCharsetDetector.h" #include "nsIStringCharsetDetector.h"
#include "nsIGenericFactory.h" #include "nsIGenericFactory.h"
#include "nsIAppStartupNotifier.h" #include "nsIAppStartupNotifier.h"

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

@ -39,10 +39,8 @@
//#define DONT_INFORM_WEBSHELL //#define DONT_INFORM_WEBSHELL
#include "nsIServiceManager.h" #include "nsIServiceManager.h"
#include "nsIDocumentLoader.h"
#include "nsIWebShellServices.h" #include "nsIWebShellServices.h"
#include "nsIContentViewerContainer.h" #include "nsIContentViewerContainer.h"
#include "nsCURILoader.h"
#include "nsObserverBase.h" #include "nsObserverBase.h"
#include "nsIParser.h" #include "nsIParser.h"
#include "nsString.h" #include "nsString.h"
@ -52,8 +50,6 @@
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID); static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
static NS_DEFINE_IID(kDocLoaderServiceCID, NS_DOCUMENTLOADER_SERVICE_CID);
static NS_DEFINE_IID(kIDocumentLoaderIID, NS_IDOCUMENTLOADER_IID);
static NS_DEFINE_IID(kIWebShellServicesIID, NS_IWEB_SHELL_SERVICES_IID); static NS_DEFINE_IID(kIWebShellServicesIID, NS_IWEB_SHELL_SERVICES_IID);
//------------------------------------------------------------------------- //-------------------------------------------------------------------------