zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #22665
[Merge] lp:~zorba-coders/zorba/bug-1180220-jdbc into lp:zorba/jdbc-module
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1180220-jdbc into lp:zorba/jdbc-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-jdbc/+merge/167190
Removed unnecessary #include.
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1180220-jdbc/+merge/167190
Your team Zorba Coders is subscribed to branch lp:zorba/jdbc-module.
=== modified file 'src/jdbc.xq.src/jdbc.cpp'
--- src/jdbc.xq.src/jdbc.cpp 2013-01-29 21:33:07 +0000
+++ src/jdbc.xq.src/jdbc.cpp 2013-06-04 02:20:37 +0000
@@ -20,7 +20,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