]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / undo.h
index 83cd0db60d570bd18b0aab40dc78c4d07ba01a98..d1c468848de3821da7cf5ac73690ae7f4a7d2cb2 100644 (file)
 #pragma interface
 #endif
 
+#include <list>
+
 #include "lyxparagraph.h"
 
-#include <list>
-using std::list;
 
 ///
 class Undo {
@@ -61,7 +61,7 @@ public:
 class UndoStack{
 private:
        ///
-       typedef list<Undo*> Stakk;
+       typedef std::list<Undo*> Stakk;
        ///
        Stakk stakk;
        /// the maximum number of undo steps stored.