Remove nsIAtom.h now that it's generated; tidy white space.

This commit is contained in:
brendan%mozilla.org 1999-09-03 08:40:47 +00:00
Родитель 9cda4419de
Коммит 8ef0b76a3c
1 изменённых файлов: 8 добавлений и 9 удалений

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

@ -32,7 +32,6 @@ EXPORTS = \
nsHashtable.h \ nsHashtable.h \
nsHashtableEnumerator.h \ nsHashtableEnumerator.h \
nsIArena.h \ nsIArena.h \
nsIAtom.h \
nsIBuffer.h \ nsIBuffer.h \
nsIByteBuffer.h \ nsIByteBuffer.h \
nsIObserverList.h \ nsIObserverList.h \
@ -58,14 +57,14 @@ EXPORTS = \
XPIDL_MODULE = xpcom_ds XPIDL_MODULE = xpcom_ds
XPIDLSRCS = \ XPIDLSRCS = \
.\nsIAtom.idl \ .\nsIAtom.idl \
.\nsICollection.idl \ .\nsICollection.idl \
.\nsIEnumerator.idl \ .\nsIEnumerator.idl \
.\nsIObserver.idl \ .\nsIObserver.idl \
.\nsIObserverService.idl \ .\nsIObserverService.idl \
.\nsISupportsArray.idl \ .\nsISupportsArray.idl \
.\nsISupportsPrimitives.idl \ .\nsISupportsPrimitives.idl \
$(NULL) $(NULL)
################################################################################ ################################################################################