]> git.lyx.org Git - lyx.git/blobdiff - src/RowList_fwd.h
more cursor dispatch
[lyx.git] / src / RowList_fwd.h
index 8f79e3e50f38d5fb2cb63e7ba19fde6f60581484..a86fae5e53ed64ca255893dad6f36fe69d3fc711 100644 (file)
 #ifndef ROW_LIST_FWD_H
 #define ROW_LIST_FWD_H
 
-#include <list>
+#include <vector>
 
 class Row;
 
-typedef std::list<Row> RowList;
+typedef std::vector<Row> RowList;
 
 #endif