Remove unused references to xpcom_obsolete

Bug #38122 r=dougt sr=bryner
This commit is contained in:
cls%seawood.org 2003-08-02 20:17:28 +00:00
Родитель 4348ad3603
Коммит 09671327f5
15 изменённых файлов: 4 добавлений и 23 удалений

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

@ -38,7 +38,7 @@ LIBRARY_NAME = accessproxy
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = accproxy
endif
REQUIRES = xpcom_obsolete \
REQUIRES = \
xpcom \
string \
docshell \

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

@ -35,7 +35,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsCtlLEModule
REQUIRES = xpcom_obsolete \
REQUIRES = \
xpcom \
string \
uconv \
@ -65,8 +65,7 @@ else
endif
EXTRA_DSO_LDOPTS += \
$(LIBS_DIR) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
-L$(DIST)/lib \
$(EXTRA_DSO_LIBS) \
$(NULL)

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

@ -25,7 +25,6 @@
#include "nspr.h"
#include "nsIFactory.h"
#include "nsIRegistry.h"
#include "nsIGenericFactory.h"
#include "nsIServiceManager.h"
#include "nsICharsetConverterManager.h"

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

@ -28,7 +28,6 @@
#include "nspr.h"
#include "nsIFactory.h"
#include "nsIRegistry.h"
#include "nsIGenericFactory.h"
#include "nsIServiceManager.h"
#include "nsICharsetConverterManager.h"

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

@ -34,7 +34,6 @@ MODULE_NAME = nsUCvMathModule
GRE_MODULE = 1
REQUIRES = xpcom \
xpcom_obsolete \
string \
uconv \
$(NULL)

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

@ -42,7 +42,6 @@
#include "nsString.h"
#include "nsCOMPtr.h"
#include "nsIFactory.h"
#include "nsIRegistry.h"
#include "nsIGenericFactory.h"
#include "nsIServiceManager.h"
#include "nsICharsetConverterManager.h"

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

@ -45,7 +45,6 @@ REQUIRES = xpcom \
xpconnect \
js \
string \
xpcom_obsolete \
$(NULL)
MODULE_NAME = xpctools
IS_COMPONENT = 1

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

@ -57,7 +57,7 @@
#include "jsdbgapi.h"
#include "nsILocalFile.h"
#include "nsSpecialSystemDirectory.h" /* for binDir hack */
#include "nsCRT.h"
#include "nsIJSRuntimeService.h"
#include "nsHashtable.h"

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

@ -36,7 +36,6 @@ GRE_MODULE = 1
REQUIRES = xpcom \
string \
xpcom_obsolete \
widget \
docshell \
webshell \

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

@ -58,7 +58,6 @@
#include "nsIWebShellWindow.h"
#include "nsWebShellWindow.h"
#include "nsIRegistry.h"
#include "nsIEnumerator.h"
#include "nsICmdLineService.h"
#include "nsCRT.h"

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

@ -44,8 +44,6 @@
// Mozilla
#include "nsDebug.h"
#include "nsILocalFileMac.h"
#include "nsFileSpec.h"
#include "nsFileStream.h"
#include "nsDebug.h"
#include "nsNetUtil.h"
#include "nsIAppShellService.h"

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

@ -44,8 +44,6 @@
// Mozilla
#include "nsDebug.h"
#include "nsILocalFileMac.h"
#include "nsFileSpec.h"
#include "nsFileStream.h"
#include "nsDebug.h"
#include "nsNetUtil.h"
#include "nsIAppShellService.h"

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

@ -36,7 +36,6 @@ CPPSRCS = nsWindowsHooks.cpp
REQUIRES = \
xpcom \
xpcom_obsolete \
string \
dom \
windowwatcher \

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

@ -55,9 +55,6 @@
#include "nsString.h"
#include "nsMemory.h"
#include "nsNetUtil.h"
// The order of these headers is important on Win2K because CreateDirectory
// is |#undef|-ed in nsFileSpec.h, so we need to pull in windows.h for the
// first time after nsFileSpec.h.
#include "nsWindowsHooksUtil.cpp"
#include "nsWindowsHooks.h"
#include <windows.h>
@ -75,7 +72,6 @@
#include "imgIRequest.h"
#include "imgIContainer.h"
#include "gfxIImageFrame.h"
#include "nsIFileStream.h"
#define RUNKEY "Software\\Microsoft\\Windows\\CurrentVersion\\Run"

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

@ -39,7 +39,6 @@ MODULE_NAME = nsSoftwareUpdate
GRE_MODULE = 1
REQUIRES = xpcom \
xpcom_obsolete \
string \
jar \
caps \
@ -127,7 +126,6 @@ EXTRA_DSO_LDOPTS = \
$(EXTRA_DSO_LIBS) \
$(MOZ_JS_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
$(MOZ_UNICHARUTIL_LIBS) \
$(ZLIB_LIBS) \
$(NULL)