Browse Source

* Correct uses clause

git-svn-id: trunk@37872 -
michael 7 năm trước cách đây
mục cha
commit
00da85bea1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/pas2js/pas2jslib.pp

+ 1 - 1
utils/pas2js/pas2jslib.pp

@@ -4,7 +4,7 @@ library pas2jslib;
 {$H+}
 
 uses
-  SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler, Pas2jsLibCompiler;
+  SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler;
 
 
 exports