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
parent 338479c025
commit bc3dce147f

View File

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