Skip to content

Commit 58ca843

Browse files
committed
fix(hint): inline
1 parent eb78ff2 commit 58ca843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/MVCFramework.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ interface
4545
System.SysUtils,
4646
System.TypInfo,
4747
System.IOUtils,
48-
System.SysConst,
4948
System.SyncObjs,
5049
System.DateUtils,
5150
System.Generics.Collections,
@@ -1322,6 +1321,7 @@ implementation
13221321
IdStack,
13231322
System.StrUtils,
13241323
sqids,
1324+
System.SysConst,
13251325
MVCFramework.SysControllers,
13261326
MVCFramework.Serializer.JsonDataObjects,
13271327
MVCFramework.JSONRPC,

0 commit comments

Comments
 (0)