mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 16:32:48 +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
|
||||
|
||||
uses
|
||||
ButtonPanel, Classes, ExtCtrls, Grids, Menus, SysUtils, Forms,
|
||||
Controls, Graphics, Dialogs;
|
||||
ButtonPanel, Classes, ExtCtrls, Grids, Menus, SysUtils, Forms, Controls,
|
||||
Graphics, Dialogs;
|
||||
|
||||
type
|
||||
TDataPointsEditorForm = class(TForm)
|
||||
|
Loading…
Reference in New Issue
Block a user