mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 04:49:40 +02:00
Opkman: Add missing unit to the uses clauses.
git-svn-id: trunk@54352 -
This commit is contained in:
parent
2801c30b5d
commit
13e7653139
@ -32,11 +32,12 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, fpjson, fpjsonrtti, dateutils,
|
||||
// LazUtils
|
||||
Laz2_XMLCfg,
|
||||
Laz2_XMLCfg, LazFileUtils,
|
||||
// OpkMan
|
||||
opkman_timer, opkman_serializablepackages,
|
||||
opkman_options, opkman_common,
|
||||
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF};
|
||||
opkman_options, opkman_common, opkman_const,
|
||||
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF},
|
||||
{$IFDEF FPC311}zipper{$ELSE}opkman_zip{$ENDIF};
|
||||
|
||||
const
|
||||
OpkVersion = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user