// -*- C++ -*- #ifndef PARAGRAPH_LIST_H #define PARAGRAPH_LIST_H #include "paragraph.h" #include struct ParagraphList : public std::list { }; typedef std::pair PitPosPair; #endif