]> git.lyx.org Git - lyx.git/commitdiff
Remove two unnecessary forward declarations and weep as you recompile the
authorAngus Leeming <leeming@lyx.org>
Thu, 24 Oct 2002 09:28:48 +0000 (09:28 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 24 Oct 2002 09:28:48 +0000 (09:28 +0000)
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

src/ChangeLog
src/lyxgluelength.h

index bb3efe9fecc7d9e93d7d409ad32e81bc51704661..2723e50f80bc5bf38e3e6c4165ff810b7caeb19d 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-24  Angus Leeming  <leeming@lyx.org>
+
+       * lyxgluelength.h: no need to forward declare BufferParams
+       or BufferView, so don't.
+
 2002-10-21  John Levon  <levon@movementarian.org>
 
        * BufferView.C: menuUndo ->undo, redo
index aae56652eba1ffc026270144d114e3ab4b2a8b04..3749e94a996bf876543975880feb4a30b7d0eceb 100644 (file)
@@ -19,9 +19,6 @@
 
 #include "LString.h"
 
-class BufferParams;
-class BufferView;
-
 
 class LyXGlueLength {
 public: