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, Classes, Types, SysUtils, Math,
// LCL // LCL
LCLPlatformDef, InterfaceBase, LCLProc, LCLType, LMessages, 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 // Bindings
fpg_main, fpg_form, fpguiproc, fpg_base, fpg_dialogs,// fpg_stylemanager, fpg_style_win8, fpg_main, fpg_form, fpguiproc, fpg_base, fpg_dialogs,// fpg_stylemanager, fpg_style_win8,
// Widgetset // Widgetset
@ -92,7 +92,7 @@ var
implementation implementation
uses uses
FpGuiWSFactory, FpGuiWSFactory,
// todo: remove unneeded here and move RegisterWSXXX to FpGuiWSFactory unit // todo: remove unneeded here and move RegisterWSXXX to FpGuiWSFactory unit
FpGuiWSButtons, FpGuiWSButtons,