]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
* src/LyXRC.{cpp,h}:
[lyx.git] / src / DocIterator.h
index 1ffc262a4e49194a596c879751b94a1c3c25cab5..0531a23c6870bc07aca03a08621011673751c175 100644 (file)
@@ -15,7 +15,6 @@
 #include "CursorSlice.h"
 
 #include <vector>
-#include <iosfwd>
 
 
 namespace lyx {
@@ -25,14 +24,6 @@ class MathAtom;
 class Paragraph;
 
 
-// only needed for gcc 2.95, remove when support terminated
-template <typename A, typename B>
-bool ptr_cmp(A const * a, B const * b)
-{
-       return a == b;
-}
-
-
 // The public inheritance should go in favour of a suitable data member
 // (or maybe private inheritance) at some point of time.
 class DocIterator // : public std::vector<CursorSlice>