diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 03:37:00 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 03:37:00 +0000 |
| commit | 067fb8bcf8a2d7689d356a591f8e074e6c4840b1 (patch) | |
| tree | 22acfd79471e3f5c9fd401aa40301ffac93383c5 /sources/core | |
| parent | cfba2b83a79e594f4ce5e202d8b6fd7de650ee7d (diff) | |
Imports cleaned.
Diffstat (limited to 'sources/core')
| -rw-r--r-- | sources/core/VSMessage.java | 1 | ||||
| -rw-r--r-- | sources/core/VSTask.java | 1 | ||||
| -rw-r--r-- | sources/core/VSTaskManager.java | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java index 127f314..8ecba27 100644 --- a/sources/core/VSMessage.java +++ b/sources/core/VSMessage.java @@ -3,7 +3,6 @@ package core; import core.time.*; import events.*; import prefs.VSPrefs; -import protocols.*; public class VSMessage extends VSPrefs { private String protocolClassname; diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index d92ca79..e38c1de 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -5,7 +5,6 @@ import events.implementations.*; import events.internal.*; import prefs.VSPrefs; import protocols.VSProtocol; -import simulator.*; public class VSTask implements Comparable { public final static boolean LOCAL = true; diff --git a/sources/core/VSTaskManager.java b/sources/core/VSTaskManager.java index a9f3ba3..cc2f262 100644 --- a/sources/core/VSTaskManager.java +++ b/sources/core/VSTaskManager.java @@ -2,7 +2,6 @@ package core; import java.util.*; -import protocols.*; import prefs.*; import utils.*; |
