From 8ef0b76a3c188ff5e437e3b5ee97869ffefe4e52 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Fri, 3 Sep 1999 08:40:47 +0000 Subject: [PATCH] Remove nsIAtom.h now that it's generated; tidy white space. --- xpcom/ds/makefile.win | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/xpcom/ds/makefile.win b/xpcom/ds/makefile.win index 2df7ac1c640..2601b2072c5 100644 --- a/xpcom/ds/makefile.win +++ b/xpcom/ds/makefile.win @@ -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) ################################################################################