mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove 'using std::stack' as it is not needed anymore.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9115 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb3d6435d1
commit
da075d3c90
@ -1,3 +1,7 @@
|
||||
2004-10-24 José Matos <jamatos@lyx.org>
|
||||
|
||||
* output_docbook.C: remove using statement for stack.
|
||||
|
||||
2004-10-23 José Matos <jamatos@lyx.org>
|
||||
|
||||
* buffer.C (makeDocBookFile): reorganize the comments about lyx.
|
||||
|
@ -36,7 +36,6 @@ using lyx::support::subst;
|
||||
|
||||
using std::endl;
|
||||
using std::ostream;
|
||||
using std::stack;
|
||||
using std::vector;
|
||||
using std::string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user