LCL-fpgui: Fix compilation error due to Graph unit in uses clause. Issue #35478, patch from Graeme.

git-svn-id: trunk@61119 -
This commit is contained in:
juha 2019-05-03 19:45:06 +00:00
parent ddb8114238
commit ca0b21719c

View File

@ -27,7 +27,7 @@ uses
Classes, Types, SysUtils, Math,
// LCL
LCLPlatformDef, InterfaceBase, LCLProc, LCLType, LMessages,
Controls, ExtCtrls, Forms, Dialogs, StdCtrls, Comctrls, LCLIntf, GraphType, Graph, Themes,
Controls, ExtCtrls, Forms, Dialogs, StdCtrls, Comctrls, LCLIntf, GraphType, Themes,
// Bindings
fpg_main, fpg_form, fpguiproc, fpg_base, fpg_dialogs,// fpg_stylemanager, fpg_style_win8,
// Widgetset
@ -92,7 +92,7 @@ var
implementation
uses
uses
FpGuiWSFactory,
// todo: remove unneeded here and move RegisterWSXXX to FpGuiWSFactory unit
FpGuiWSButtons,