diff --git a/layout/base/src/MANIFEST b/layout/base/src/MANIFEST index 3f8195d83c47..638ae4852f4b 100644 --- a/layout/base/src/MANIFEST +++ b/layout/base/src/MANIFEST @@ -2,6 +2,3 @@ # This is a list of local files which get copied to the mozilla:dist:layout directory # nsContentList.h -nsSelection.h -nsSelectionPoint.h -nsSelectionRange.h diff --git a/layout/base/src/Makefile.in b/layout/base/src/Makefile.in index 385723269ca0..26fafcef8e84 100644 --- a/layout/base/src/Makefile.in +++ b/layout/base/src/Makefile.in @@ -62,8 +62,6 @@ CPPSRCS = \ EXPORTS = \ nsDocument.h \ - nsSelectionRange.h \ - nsSelectionPoint.h \ nsXIFConverter.h \ $(NULL) diff --git a/layout/base/src/makefile.win b/layout/base/src/makefile.win index c56da7df14bf..d8bd082cd033 100644 --- a/layout/base/src/makefile.win +++ b/layout/base/src/makefile.win @@ -59,7 +59,7 @@ CPPSRCS = \ MODULE=raptor REQUIRES=xpcom raptor dom -EXPORTS=nsSelectionRange.h nsSelectionPoint.h +# EXPORTS= CPP_OBJS= \ .\$(OBJDIR)\nsCommentNode.obj \