// -*- C++ -*- #ifndef ROW_LIST_H #define ROW_LIST_H #include "lyxrow.h" #include typedef std::list RowList; #endif