From 965b29cd1468d8bdef550d028bc5223f4f06164d Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Wed, 9 Jun 1999 14:28:54 +0000 Subject: [PATCH] removed nsNetModuleMgr.h from the expport list. it now lives where it should in base/src git-svn-id: svn://10.0.0.236/trunk@34427 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/public/Makefile.in | 1 - mozilla/netwerk/base/public/makefile.win | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/netwerk/base/public/Makefile.in b/mozilla/netwerk/base/public/Makefile.in index 7724bec5714..0787d312dc7 100644 --- a/mozilla/netwerk/base/public/Makefile.in +++ b/mozilla/netwerk/base/public/Makefile.in @@ -44,7 +44,6 @@ EXPORTS = \ nsISocketTransportService.h \ nsIHeader.h \ nsIProxy.h \ - nsNetModuleMgr.h \ $(NULL) include $(DEPTH)/config/autoconf.mk diff --git a/mozilla/netwerk/base/public/makefile.win b/mozilla/netwerk/base/public/makefile.win index c31478fe02a..6a600a8b316 100644 --- a/mozilla/netwerk/base/public/makefile.win +++ b/mozilla/netwerk/base/public/makefile.win @@ -21,7 +21,6 @@ DEPTH = ..\..\.. EXPORTS = \ netCore.h \ - nsNetModuleMgr.h \ nsIFileTransportService.h \ nsISocketTransportService.h \ nsIHeader.h \