]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.h
Fix natbib bug spotted by JMarc.
[lyx.git] / src / lyxgluelength.h
index e392093cf0c094d1ffa8324898af117729adf16b..3749e94a996bf876543975880feb4a30b7d0eceb 100644 (file)
@@ -19,9 +19,6 @@
 
 #include "LString.h"
 
-class BufferParams;
-class BufferView;
-
 
 class LyXGlueLength {
 public:
@@ -41,7 +38,7 @@ public:
          The traditional Latex format is also accepted, like
          4cm plus 10pt minus 10pt */
        explicit LyXGlueLength(string const & data);
-       
+
        ///
        LyXLength const & len() const;
        ///