diff options
author | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:09:58 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:09:58 +1200 |
commit | 382c54a0d052c8975b57c995ef83bc8934bde242 (patch) | |
tree | 0296a3c7d5dafa1fda5e801798b80a39f23b1e84 /altosui/AltosDebug.java | |
parent | eefcfa94f360f8c5a7233370d4178525bccbb22f (diff) |
altosui: remove un-used imports
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui/AltosDebug.java')
-rw-r--r-- | altosui/AltosDebug.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/altosui/AltosDebug.java b/altosui/AltosDebug.java index 23e38bc0..16b10c3a 100644 --- a/altosui/AltosDebug.java +++ b/altosui/AltosDebug.java @@ -17,13 +17,7 @@ package altosui; -import java.lang.*; import java.io.*; -import java.util.concurrent.*; -import java.util.*; -import org.altusmetrum.AltosLib.*; - -import libaltosJNI.*; public class AltosDebug extends AltosSerial { |