Marshaller no longer needs Client import.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6401 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-12-31 22:42:45 +00:00
parent 127e388349
commit 328ff30506
@@ -247,7 +247,6 @@ public class GenServiceTask extends InvocationTask
// import things marshaller will always need // import things marshaller will always need
imports.add(sdesc.service); imports.add(sdesc.service);
imports.add(Client.class);
imports.add(InvocationMarshaller.class); imports.add(InvocationMarshaller.class);
// if any listeners are to be present, they need the response event // if any listeners are to be present, they need the response event