소스 검색

+ Merged revision 1327

git-svn-id: branches/fixes_2_0@1328 -
michael 20 년 전
부모
커밋
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;