Browse Source

Remove double cgutils in uses clause

git-svn-id: trunk@22758 -
pierre 13 years ago
parent
commit
34279864ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/m68k/cpupara.pas

+ 1 - 1
compiler/m68k/cpupara.pas

@@ -62,7 +62,7 @@ unit cpupara;
        verbose,
        globals,
        systems,
-       cpuinfo,cgutils,
+       cpuinfo,
        defutil;
 
     procedure tm68kparamanager.getintparaloc(calloption : tproccalloption; nr : longint; def : tdef; var cgpara : tcgpara);