Przeglądaj źródła

+ Merged revision 1327

git-svn-id: branches/fixes_2_0@1328 -
michael 20 lat temu
rodzic
commit
fe746e9fcc
1 zmienionych plików z 2 dodań i 5 usunięć
  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;