zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #22730
[Merge] lp:~zorba-coders/zorba/bug-1180220-data-formatting into lp:zorba/data-formatting-module
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1180220-data-formatting into lp:zorba/data-formatting-module.
Commit message:
Removed unnecessary #include.
Requested reviews:
Chris Hillery (ceejatec)
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1180220-data-formatting/+merge/167394
Removed unnecessary #include.
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1180220-data-formatting/+merge/167394
Your team Zorba Coders is subscribed to branch lp:zorba/data-formatting-module.
=== modified file 'src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp'
--- src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp 2012-05-09 20:51:29 +0000
+++ src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp 2013-06-04 20:35:30 +0000
@@ -24,7 +24,6 @@
#include <zorba/function.h>
#include <zorba/external_module.h>
#include <zorba/user_exception.h>
-#include <zorba/file.h>
#include <zorba/item_factory.h>
#include <zorba/serializer.h>
#include <zorba/singleton_item_sequence.h>
Follow ups