Replace ParagraphList.h and RowList.h with their _fwd progeny.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7726 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-09 23:10:07 +00:00
parent 57a24ea912
commit 204f9ac42e
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2003-09-10 Angus Leeming <leeming@lyx.org>
* Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
_fwd progeny.
2003-09-09 Angus Leeming <leeming@lyx.org>
134 files throughtout the source tree: replace 'using namespace abc;'
directives with the appropriate 'using abc::xyz;' declarations.
2003-09-09 Lars Gullik Bjønnes <larsbj@lyx.org>
* boost.C (emergencyCleanup): moved here from LAssert.c

View File

@ -92,13 +92,13 @@ lyx_SOURCES = \
MenuBackend.h \
paragraph_funcs.C \
paragraph_funcs.h \
ParagraphList.h \
ParagraphList_fwd.h \
ParagraphParameters.C \
ParagraphParameters.h \
ParameterStruct.h \
PrinterParams.C \
PrinterParams.h \
RowList.h \
RowList_fwd.h \
ShareContainer.h \
Spacing.C \
Spacing.h \