+ Moved all used units to implementation

git-svn-id: trunk@1327 -
This commit is contained in:
michael 2005-10-08 12:14:07 +00:00
parent ace6f8510a
commit f72ffe6b01

View File

@ -19,10 +19,6 @@ unit dbugintf;
interface
uses
simpleipc,
classes;
Type
TDebugLevel = (dlInformation,dlWarning,dlError);
@ -53,7 +49,8 @@ ResourceString
implementation
Uses SysUtils, msgintf, process;
Uses
SysUtils, classes,msgintf, process, simpleipc;
Const
DmtInformation = lctInformation;