Browse Source

+ Moved all used units to implementation

git-svn-id: trunk@1327 -
michael 20 years ago
parent
commit
f72ffe6b01
1 changed files with 2 additions and 5 deletions
  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;