From 47adc642a3dd142372760ef6208648815e386b6d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 19 Dec 2006 14:09:47 +0000 Subject: [PATCH] header cleanup following rev 16332. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16333 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/cursor.h | 1 + src/dociterator.C | 1 - src/dociterator.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cursor.h b/src/cursor.h index 133d6ebb96..ed3fdef34e 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -26,6 +26,7 @@ class BufferView; class FuncStatus; class FuncRequest; class LyXFont; +class Row; // these should go class InsetMathUnknown; diff --git a/src/dociterator.C b/src/dociterator.C index 7d86f24a5b..25ea0b3907 100644 --- a/src/dociterator.C +++ b/src/dociterator.C @@ -15,7 +15,6 @@ #include "debug.h" #include "lyxtext.h" -#include "lyxrow.h" #include "paragraph.h" #include "mathed/MathData.h" diff --git a/src/dociterator.h b/src/dociterator.h index a452494d68..1201b04956 100644 --- a/src/dociterator.h +++ b/src/dociterator.h @@ -23,7 +23,6 @@ namespace lyx { class LyXText; class MathAtom; class Paragraph; -class Row; // only needed for gcc 2.95, remove when support terminated -- 2.39.2