Removed unused imports

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5888 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2009-07-21 14:56:04 +00:00
parent a6478daf0f
commit f005c3e3a8
2 changed files with 0 additions and 5 deletions
@@ -26,7 +26,6 @@ import com.google.common.collect.Multimap;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.samskivert.util.RunQueue;
import com.samskivert.util.StringUtil;
import com.threerings.presents.dobj.RootDObjectManager;
@@ -3,10 +3,6 @@
package com.threerings.presents.server;
import com.google.inject.Guice;
import com.google.inject.Inject;
import com.google.inject.Injector;
import org.junit.Test;
import static org.junit.Assert.*;