diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 15:03:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 15:03:25 +0000 |
| commit | ab22e4430cc3dc752ad8980fdfabb44e1acda8e8 (patch) | |
| tree | c0c469cc49fa19c5a0295759caafe78152d5cf72 /sources/core/VSProcess.java | |
| parent | 77a150f8d20f56aff7a4b4d394ea4b4857b6918c (diff) | |
core.time package complete.
Diffstat (limited to 'sources/core/VSProcess.java')
| -rw-r--r-- | sources/core/VSProcess.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index d53c516..5c3435e 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -3,11 +3,12 @@ package core; import java.awt.*; import java.util.*; +import core.time.*; +import events.*; import prefs.*; import protocols.*; import simulator.*; import utils.*; -import events.*; public final class VSProcess extends VSPrefs { private VSTask randomCrashTask; |
