~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/WP5FootnoteEndnoteGroup.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-14 11:01:45 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20130514110145-8g97krfs7eoqyuwl
Tags: 0.9.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef WP5FOOTNOTEENDNOTEGROUP_H
27
27
#define WP5FOOTNOTEENDNOTEGROUP_H
28
28
 
 
29
#include <libwpd/libwpd.h>
 
30
#include <libwpd-stream/libwpd-stream.h>
29
31
#include "WP5VariableLengthGroup.h"
30
 
#include "WPXMemoryStream.h"
31
32
#include "WP5SubDocument.h"
32
 
#include "WPXString.h"
33
33
 
34
34
class WP5FootnoteEndnoteGroup : public WP5VariableLengthGroup
35
35
{