include exec on Amiga only in the implementation part

git-svn-id: trunk@27065 -
This commit is contained in:
Károly Balogh 2014-03-09 23:05:13 +00:00
parent 9ec1d4ee89
commit 7e1051324d

View File

@ -32,9 +32,6 @@ interface
uses
{$ifdef hasamiga}
exec,
{$endif}
SysUtils,
systems,globtype,globals,aasmbase,aasmtai,aasmdata,ogbase,finput;
@ -180,6 +177,9 @@ interface
Implementation
uses
{$ifdef hasamiga}
exec,
{$endif}
{$ifdef hasunix}
unix,
{$endif}