]> git.lyx.org Git - lyx.git/commitdiff
Remove 'using std::stack' as it is not needed anymore.
authorJosé Matox <jamatos@lyx.org>
Sun, 24 Oct 2004 07:55:23 +0000 (07:55 +0000)
committerJosé Matox <jamatos@lyx.org>
Sun, 24 Oct 2004 07:55:23 +0000 (07:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9115 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/output_docbook.C

index ba7efadc606ba6f03b0b5550eda9258945caa35e..b00f2352248368fae16f0250ac1368324bcb2b17 100644 (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.
 2004-10-23  José Matos  <jamatos@lyx.org>
 
        * buffer.C (makeDocBookFile): reorganize the comments about lyx.
index 5b8488e4575d0657e6850914d9aed151af007d76..dce118707e299c27d7191123a5b11ae6be666c5e 100644 (file)
@@ -36,7 +36,6 @@ using lyx::support::subst;
 
 using std::endl;
 using std::ostream;
 
 using std::endl;
 using std::ostream;
-using std::stack;
 using std::vector;
 using std::string;
 
 using std::vector;
 using std::string;