]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Move #includes out of header files.
[lyx.git] / src / rowpainter.h
index dbc17abff2ff5a5c59962c3bec812a32ea63eff4..b663ae847156328b7e1c490d8e489850be156d85 100644 (file)
@@ -7,14 +7,12 @@
  * \author various
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef ROWPAINTER_H
 #define ROWPAINTER_H
 
-#include <config.h>
-
 class LyXText;
 class BufferView;
 class VSpace;
@@ -23,7 +21,7 @@ class VSpace;
 int getLengthMarkerHeight(BufferView const & bv, VSpace const & vsp);
 
 /// paint the rows of the main text, return last drawn y value
-int paintText(BufferView & bv, LyXText & text);
+int paintText(BufferView & bv);
 
 /// paint the rows of a text inset
 void paintTextInset(BufferView & bv, LyXText & text, int x, int y);