summaryrefslogtreecommitdiff
path: root/mystringlistunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'mystringlistunit.pas')
-rw-r--r--mystringlistunit.pas4
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);