Fixes compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2113 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
1d99bc30bf
commit
a8c53137b0
@ -6,13 +6,15 @@ interface
|
||||
uses
|
||||
// RTL
|
||||
SysUtils, Classes, fpimage,
|
||||
{$IFDEF MSWINDOWS} ShellAPI, {$ELSE} Unix, {$ENDIF}
|
||||
// LCL
|
||||
LclIntf, LMessages, LclType, LResources,
|
||||
Graphics, Controls,
|
||||
Forms, Dialogs, ExtCtrls, Menus, StdCtrls, Clipbrd,
|
||||
PrintersDlgs, buttons, customdrawnextras, customdrawncontrols,
|
||||
ComCtrls,
|
||||
{$IFDEF MSWINDOWS} ShellAPI, {$ELSE} Unix, {$ENDIF}
|
||||
PrintersDlgs, buttons, ComCtrls,
|
||||
// Custom Drawn
|
||||
customdrawnextras, customdrawncontrols, customdrawndrawers, customdrawn_kde,
|
||||
//
|
||||
HTMLabt,
|
||||
pageloader, browserviewer, browsermodules;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user