diff options
Diffstat (limited to 'compiler/aggas.pas')
-rw-r--r-- | compiler/aggas.pas | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler/aggas.pas b/compiler/aggas.pas index 47e97cd74e..1b33020bea 100644 --- a/compiler/aggas.pas +++ b/compiler/aggas.pas @@ -29,9 +29,8 @@ unit aggas; interface uses - cclasses, globtype,globals, - aasmbase,aasmtai,aasmdata,aasmcpu, + aasmbase,aasmtai,aasmdata, assemble; type @@ -104,8 +103,7 @@ implementation uses SysUtils, cutils,cfileutl,systems, - fmodule,finput,verbose, - itcpugas,cpubase; + fmodule,verbose,cpubase; const line_length = 70; |