mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 10:39:15 +02:00
* Correct uses clause
git-svn-id: trunk@37872 -
This commit is contained in:
parent
b20dd5cdbb
commit
00da85bea1
@ -4,7 +4,7 @@ library pas2jslib;
|
||||
{$H+}
|
||||
|
||||
uses
|
||||
SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler, Pas2jsLibCompiler;
|
||||
SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler;
|
||||
|
||||
|
||||
exports
|
||||
|
Loading…
Reference in New Issue
Block a user