]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow_funcs.h
ws changes only
[lyx.git] / src / lyxrow_funcs.h
index 046e3c9d7de124cb562fe250eddd06767f24a9ae..57a774bcc3ef24e7507daeb9111db1080b3af947 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef LYXROW_FUNCS_H
 #define LYXROW_FUNCS_H
 
-#include "RowList.h"
+#include "RowList_fwd.h"
 #include "support/types.h"
 
 class Paragraph;
@@ -22,8 +22,6 @@ bool isParEnd(Paragraph const & par, RowList::iterator rit);
 
 lyx::pos_type lastPos(Paragraph const & par, RowList::iterator rit);
 
-lyx::pos_type lastPrintablePos(Paragraph const & par, RowList::iterator rit);
-
 int numberOfSeparators(Paragraph const & par, RowList::iterator rit);
 
 int numberOfHfills(Paragraph const & par, RowList::iterator rit);