summaryrefslogtreecommitdiff
path: root/tools.pas
diff options
context:
space:
mode:
Diffstat (limited to 'tools.pas')
-rw-r--r--tools.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.pas b/tools.pas
index 0a6feb1..0d23ff1 100644
--- a/tools.pas
+++ b/tools.pas
@@ -5,7 +5,7 @@ unit tools;
interface
uses
- Classes, SysUtils, Process, lowlevelunit, regExpr;
+ Classes, SysUtils, Process, mystringlistunit, regExpr;
type
tStringlistBArray = array[boolean] of tStringlist;