Don't depend on presents

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6378 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-12-15 00:37:10 +00:00
parent f12887ae87
commit 68f8a577e9
2 changed files with 9 additions and 5 deletions
@@ -21,6 +21,8 @@
package com.threerings.nio;
import static com.threerings.NaryaLog.log;
import java.util.Collections;
import java.util.Iterator;
import java.util.Set;
@@ -31,8 +33,6 @@ import java.nio.channels.Selector;
import com.google.common.collect.Iterators;
import static com.threerings.presents.Log.log;
/**
* Exposes selected keys from {@link Selector#selectedKeys()} as an Iterable, removing them from the
* selected set as they're iterated over.