summaryrefslogtreecommitdiff
path: root/sources/utils/VSClassLoader.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 03:37:00 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 03:37:00 +0000
commit067fb8bcf8a2d7689d356a591f8e074e6c4840b1 (patch)
tree22acfd79471e3f5c9fd401aa40301ffac93383c5 /sources/utils/VSClassLoader.java
parentcfba2b83a79e594f4ce5e202d8b6fd7de650ee7d (diff)
Imports cleaned.
Diffstat (limited to 'sources/utils/VSClassLoader.java')
-rw-r--r--sources/utils/VSClassLoader.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java
index 3e1611b..3091fec 100644
--- a/sources/utils/VSClassLoader.java
+++ b/sources/utils/VSClassLoader.java
@@ -1,10 +1,6 @@
package utils;
-import java.util.*;
-import java.lang.reflect.*;
-import prefs.*;
-import core.*;
public class VSClassLoader extends ClassLoader {
public Object newInstance(String classname) {