X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList_fwd.h;h=0c8aa6c205c570af99513e74ad07852528e47312;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=e3401edaf69c5d173b30b40458143c06a7148bcb;hpb=2e1eeac0b968511ff2084e193eac98f33cb1ea87;p=lyx.git diff --git a/src/ParagraphList_fwd.h b/src/ParagraphList_fwd.h index e3401edaf6..0c8aa6c205 100644 --- a/src/ParagraphList_fwd.h +++ b/src/ParagraphList_fwd.h @@ -12,13 +12,15 @@ #ifndef PARAGRAPH_LIST_FWD_H #define PARAGRAPH_LIST_FWD_H -#include -#include +namespace lyx { + +template +class RandomAccessList; class Paragraph; -typedef std::list ParagraphList; +typedef RandomAccessList ParagraphList; -typedef std::pair PitPosPair; +} // namespace lyx #endif