mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:19:24 +02:00
+ Moved all used units to implementation
git-svn-id: trunk@1327 -
This commit is contained in:
parent
ace6f8510a
commit
f72ffe6b01
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user