diff options
author | Erich Eckner <git@eckner.net> | 2015-11-17 16:25:09 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-11-17 16:25:09 +0100 |
commit | 61a6a63a16e092881a42aeb6ca91c091b2ad6b1c (patch) | |
tree | 2e6d120e5af88f5cc733968e9360aec4efcdb57e | |
parent | 782e6fe17e55703b7e05d044257039d1772d022b (diff) | |
download | units-61a6a63a16e092881a42aeb6ca91c091b2ad6b1c.tar.xz |
uses aufgeräumt in mystringlistunit.pas
-rw-r--r-- | mystringlistunit.pas | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mystringlistunit.pas b/mystringlistunit.pas index 65f5c36..0895781 100644 --- a/mystringlistunit.pas +++ b/mystringlistunit.pas @@ -5,7 +5,7 @@ unit mystringlistunit; interface uses - Classes, SysUtils, RegExpr, Process, Math, lowlevelunit, protokollunit, systemunit; + Classes, SysUtils, RegExpr, Process, protokollunit; type tMyStringlist = class; @@ -43,6 +43,8 @@ procedure _del(var s: string; p,c: longint); inline; // identisch zu delete(s,p implementation +uses Math, lowlevelunit, systemunit; + // tInputThread **************************************************************** constructor tInputThread.create(p: tProcess; sl: tMyStringList); |