mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:09:22 +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
|
interface
|
||||||
|
|
||||||
uses
|
|
||||||
simpleipc,
|
|
||||||
classes;
|
|
||||||
|
|
||||||
Type
|
Type
|
||||||
TDebugLevel = (dlInformation,dlWarning,dlError);
|
TDebugLevel = (dlInformation,dlWarning,dlError);
|
||||||
|
|
||||||
@ -53,7 +49,8 @@ ResourceString
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
Uses SysUtils, msgintf, process;
|
Uses
|
||||||
|
SysUtils, classes,msgintf, process, simpleipc;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
DmtInformation = lctInformation;
|
DmtInformation = lctInformation;
|
||||||
|
Loading…
Reference in New Issue
Block a user