From: Fridrich S. <str...@us...> - 2007-10-19 19:09:14
|
Update of /cvsroot/libwpg/libwpg/src/lib In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9701/src/lib Modified Files: WPGHeader.h WPGInternalStream.h WPGXParser.h Log Message: adapt to the new location of libwpd-stream headers Index: WPGHeader.h =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPGHeader.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- WPGHeader.h 20 Apr 2007 09:43:36 -0000 1.3 +++ WPGHeader.h 19 Oct 2007 19:09:09 -0000 1.4 @@ -27,7 +27,7 @@ #ifndef __WPGHEADER_H__ #define __WPGHEADER_H__ -#include <libwpd/WPXStream.h> +#include <libwpd-stream/WPXStream.h> class WPGHeader { Index: WPGInternalStream.h =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPGInternalStream.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- WPGInternalStream.h 19 Oct 2007 13:12:53 -0000 1.3 +++ WPGInternalStream.h 19 Oct 2007 19:09:09 -0000 1.4 @@ -24,7 +24,7 @@ #ifndef WPGINTERNALSTREAM_H #define WPGINTERNALSTREAM_H -#include <libwpd/WPXStream.h> +#include <libwpd-stream/WPXStream.h> class WPGInternalInputStream : public WPXInputStream { Index: WPGXParser.h =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPGXParser.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- WPGXParser.h 9 May 2007 22:34:09 -0000 1.12 +++ WPGXParser.h 19 Oct 2007 19:09:09 -0000 1.13 @@ -29,7 +29,7 @@ #define __WPGXPARSER_H__ #include "WPGPaintInterface.h" -#include <libwpd/WPXStream.h> +#include <libwpd-stream/WPXStream.h> #include "WPGColor.h" #include <map> |