← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1180220-read-pdf into lp:zorba/read-pdf-module

 

Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1180220-read-pdf into lp:zorba/read-pdf-module.

Commit message:
Removed unnecessary #include.

Requested reviews:
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1180220-read-pdf/+merge/167428

Removed unnecessary #include.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1180220-read-pdf/+merge/167428
Your team Zorba Coders is subscribed to branch lp:zorba/read-pdf-module.
=== modified file 'src/read-pdf.xq.src/read-pdf.cpp'
--- src/read-pdf.xq.src/read-pdf.cpp	2012-09-22 18:01:27 +0000
+++ src/read-pdf.xq.src/read-pdf.cpp	2013-06-04 23:38:28 +0000
@@ -25,7 +25,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