diff options
author | Erich Eckner <git@eckner.net> | 2014-08-29 13:19:36 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-08-29 13:19:36 +0200 |
commit | e0b0cbdd3ed68baccf484310926a1eb7a0776a4a (patch) | |
tree | e0070a1c6236cddd9df681ed711b252e8e663666 /epost.lpr | |
parent | bc305ea1009fdecd3780b4e9c6e903740c0a80e2 (diff) | |
download | epost-e0b0cbdd3ed68baccf484310926a1eb7a0776a4a.tar.xz |
Beginn der Typenumstrukturiereung (tPoint -> tIntPoint, ...)
Diffstat (limited to 'epost.lpr')
-rw-r--r-- | epost.lpr | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,8 +10,7 @@ uses {$ENDIF}{$ENDIF} Classes, { you can add units after this } - strutils,sysutils,math,FileUtil, // extCtrls,Forms,Controls, - epostunit,fileunit, werteunit, typenunit; // Interfaces, + sysutils, epostunit, fileunit, typenunit; var maxthreads,i,j,k: longint; inf: tInputfile; |