From 062f86d6e36db89d99aea17e4fe8c84df3a24ef8 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Thu, 10 Apr 2003 14:14:32 +0000 Subject: [PATCH] forgot Makefile.in bug 200709 r=jkeiser sr=alecf Many apologies, this is my first mozilla checkin. git-svn-id: svn://10.0.0.236/trunk@140971 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/xpcom/ds/Makefile.in b/mozilla/xpcom/ds/Makefile.in index 0d8eebc3a57..8a7d1d3f47c 100644 --- a/mozilla/xpcom/ds/Makefile.in +++ b/mozilla/xpcom/ds/Makefile.in @@ -83,7 +83,6 @@ CPPSRCS = \ EXPORTS = \ nsAtomService.h \ nsBaseHashtable.h \ - nsBaseHashtableImpl.h \ nsCheapSets.h \ nsClassHashtable.h \ nsCppSharedAllocator.h \ @@ -102,7 +101,6 @@ EXPORTS = \ nsIUnicharBuffer.h \ nsInt64.h \ nsInterfaceHashtable.h \ - nsInterfaceHashtableImpl.h \ nsObserverService.h \ nsQuickSort.h \ nsRecyclingAllocator.h \ @@ -111,7 +109,6 @@ EXPORTS = \ nsSupportsArray.h \ nsSupportsPrimitives.h \ nsTHashtable.h \ - nsTHashtableImpl.h \ nsTime.h \ nsUnitConversion.h \ nsVariant.h \