Explorar o código

+ Merged revision 1327

git-svn-id: branches/fixes_2_0@1328 -
michael %!s(int64=20) %!d(string=hai) anos
pai
achega
fe746e9fcc
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  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;