From 98f101e9ffd4e2bbdb41e50961429b23b825ed24 Mon Sep 17 00:00:00 2001 From: asofold Date: Sat, 14 Jun 2014 20:33:30 +0200 Subject: [PATCH] Import cleanup. --- .../fr/neatmonster/nocheatplus/test/TestLocationTrace.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/NCPCore/src/test/java/fr/neatmonster/nocheatplus/test/TestLocationTrace.java b/NCPCore/src/test/java/fr/neatmonster/nocheatplus/test/TestLocationTrace.java index 1b6fd45f..7a411463 100644 --- a/NCPCore/src/test/java/fr/neatmonster/nocheatplus/test/TestLocationTrace.java +++ b/NCPCore/src/test/java/fr/neatmonster/nocheatplus/test/TestLocationTrace.java @@ -3,8 +3,6 @@ package fr.neatmonster.nocheatplus.test; import static org.junit.Assert.fail; import java.util.Iterator; -import java.util.LinkedList; -import java.util.List; import java.util.Random; import org.junit.Test; @@ -12,7 +10,6 @@ import org.junit.Test; import fr.neatmonster.nocheatplus.checks.moving.LocationTrace; import fr.neatmonster.nocheatplus.checks.moving.LocationTrace.TraceEntry; import fr.neatmonster.nocheatplus.checks.moving.LocationTrace.TraceIterator; -import fr.neatmonster.nocheatplus.utilities.StringUtil; public class TestLocationTrace {