]> git.lyx.org Git - lyx.git/blobdiff - src/RowList_fwd.h
* Replace all use of 'slashify_path' with 'internal_path'.
[lyx.git] / src / RowList_fwd.h
index 8f79e3e50f38d5fb2cb63e7ba19fde6f60581484..1682257b0a7f95f2f862b3ec476be2762bd056ec 100644 (file)
 #ifndef ROW_LIST_FWD_H
 #define ROW_LIST_FWD_H
 
-#include <list>
+#include "lyxrow.h"
 
-class Row;
+#include <vector>
 
-typedef std::list<Row> RowList;
+typedef std::vector<Row> RowList;
 
 #endif