From: Angus Leeming Date: Thu, 24 Oct 2002 09:28:48 +0000 (+0000) Subject: Remove two unnecessary forward declarations and weep as you recompile the X-Git-Tag: 1.6.10~18110 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=282a5f041032fa21541e820d3cd7f53acad21481;p=features.git Remove two unnecessary forward declarations and weep as you recompile the entire bloody tree. How much of it needs to know about glue lengths? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5487 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index bb3efe9fec..2723e50f80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-10-24 Angus Leeming + + * lyxgluelength.h: no need to forward declare BufferParams + or BufferView, so don't. + 2002-10-21 John Levon * BufferView.C: menuUndo ->undo, redo diff --git a/src/lyxgluelength.h b/src/lyxgluelength.h index aae56652eb..3749e94a99 100644 --- a/src/lyxgluelength.h +++ b/src/lyxgluelength.h @@ -19,9 +19,6 @@ #include "LString.h" -class BufferParams; -class BufferView; - class LyXGlueLength { public: