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:
José Matox 2004-10-24 07:55:23 +00:00
parent eb3d6435d1
commit da075d3c90
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -36,7 +36,6 @@ using lyx::support::subst;
using std::endl;
using std::ostream;
using std::stack;
using std::vector;
using std::string;