* Dos and cpubase units in uses clause are not needed

This commit is contained in:
mazen 2004-10-14 17:37:46 +00:00
parent 4e2e51c4b1
commit 169f43ca6a

View File

@ -26,13 +26,6 @@ unit ogbase;
interface interface
uses uses
{$ifdef Delphi}
sysutils,
dmisc,
{$else Delphi}
strings,
dos,
{$endif Delphi}
{ common } { common }
cclasses, cclasses,
{ targets } { targets }
@ -40,7 +33,7 @@ interface
{ outputwriters } { outputwriters }
owbase,owar, owbase,owar,
{ assembler } { assembler }
cpubase,aasmbase,aasmtai; aasmbase,aasmtai;
type type
tobjectoutput = class tobjectoutput = class
@ -580,7 +573,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.15 2004-06-20 08:55:29 florian Revision 1.16 2004-10-14 17:37:46 mazen
* Dos and cpubase units in uses clause are not needed
Revision 1.15 2004/06/20 08:55:29 florian
* logs truncated * logs truncated
Revision 1.14 2004/06/16 20:07:09 florian Revision 1.14 2004/06/16 20:07:09 florian