~ubuntu-branches/ubuntu/trusty/libmspub/trusty-proposed

« back to all changes in this revision

Viewing changes to src/conv/raw/pub2raw.cpp

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-13 18:39:21 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130513183921-7kkhuk8dld8a11yt
Tags: 0.0.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <stdio.h>
32
32
#include <string.h>
33
33
 
34
 
#include "libmspub.h"
35
34
#include <libwpd-stream/libwpd-stream.h>
36
35
#include <libwpd/libwpd.h>
37
36
#include <libwpg/libwpg.h>
 
37
#include <libmspub/libmspub.h>
38
38
 
39
39
class RawPainter : public libwpg::WPGPaintInterface
40
40
{