2
0
Эх сурвалжийг харах

+ Merged revision 1327

git-svn-id: branches/fixes_2_0@1328 -
michael 20 жил өмнө
parent
commit
fe746e9fcc
1 өөрчлөгдсөн 2 нэмэгдсэн , 5 устгасан
  1. 2 5
      fcl/inc/dbugintf.pp

+ 2 - 5
fcl/inc/dbugintf.pp

@@ -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;