From 4f27ced09d6cbfcc5ac4310c7068fdf51fc20b8f Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 27 Oct 2006 22:08:51 +0000 Subject: [PATCH] remove some imports we dont need git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468556 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/filters/TokenFilter.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/filters/TokenFilter.java b/src/main/org/apache/tools/ant/filters/TokenFilter.java index a13707637..94c92d3e3 100644 --- a/src/main/org/apache/tools/ant/filters/TokenFilter.java +++ b/src/main/org/apache/tools/ant/filters/TokenFilter.java @@ -25,11 +25,8 @@ import org.apache.tools.ant.BuildException; import org.apache.tools.ant.ProjectComponent; import org.apache.tools.ant.types.RegularExpression; import org.apache.tools.ant.types.Substitution; -import org.apache.tools.ant.util.FileUtils; import org.apache.tools.ant.util.Tokenizer; -import org.apache.tools.ant.util.FileTokenizer; import org.apache.tools.ant.util.LineTokenizer; -import org.apache.tools.ant.util.StringTokenizer; import org.apache.tools.ant.util.StringUtils; import org.apache.tools.ant.util.regexp.Regexp;