You've already forked lazarus-ccr
Misc packages: Adjust to changes in Laz/main (deprecated OffsetRect), less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -336,9 +336,8 @@ unit JvWizard;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes,
|
||||
Controls, Forms, Graphics, Buttons, ImgList, Types,
|
||||
LMessages, LCLType, LCLIntf, LCLVersion,
|
||||
LCLType, LCLIntf, LCLVersion, LMessages,
|
||||
SysUtils, Classes, Controls, Forms, Graphics, Buttons, ImgList, Types,
|
||||
JvWizardCommon, JvComponent;
|
||||
|
||||
type
|
||||
|
@ -43,7 +43,7 @@ unit JvWizardCommon;
|
||||
interface
|
||||
|
||||
uses
|
||||
Controls, Graphics, Types, Classes, SysUtils, LCLIntf, LCLType,
|
||||
LCLIntf, LCLType, SysUtils, Controls, Graphics, Types, Classes,
|
||||
JvResources;
|
||||
|
||||
type
|
||||
|
Reference in New Issue
Block a user