mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 06:09:14 +02:00
TAChart: Remove unneeded unit from "uses" clause
git-svn-id: trunk@32086 -
This commit is contained in:
parent
90e54bf90d
commit
d4f841d515
@ -5,8 +5,8 @@ unit TADataPointsEditor;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
ButtonPanel, Classes, ExtCtrls, Grids, Menus, SysUtils, Forms,
|
ButtonPanel, Classes, ExtCtrls, Grids, Menus, SysUtils, Forms, Controls,
|
||||||
Controls, Graphics, Dialogs;
|
Graphics, Dialogs;
|
||||||
|
|
||||||
type
|
type
|
||||||
TDataPointsEditorForm = class(TForm)
|
TDataPointsEditorForm = class(TForm)
|
||||||
|
Loading…
Reference in New Issue
Block a user