mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:49:22 +02:00
MG: removed interfaces
git-svn-id: trunk@3580 -
This commit is contained in:
parent
bff634b9b0
commit
a63aee24a3
@ -26,7 +26,7 @@ unit bitbtnform;
|
||||
interface
|
||||
|
||||
uses
|
||||
Interfaces, Classes, Forms, Buttons, cListbox, StdCtrls, Controls;
|
||||
Classes, Forms, Buttons, cListbox, StdCtrls, Controls;
|
||||
|
||||
type
|
||||
TForm1 = class(TForm)
|
||||
|
@ -25,7 +25,7 @@ unit DlgForm;
|
||||
|
||||
interface
|
||||
|
||||
uses Interfaces, Classes, Forms, Buttons, Dialogs, Graphics;
|
||||
uses Classes, Forms, Buttons, Dialogs, Graphics;
|
||||
|
||||
type
|
||||
TSampleDialogs = class(TForm)
|
||||
|
Loading…
Reference in New Issue
Block a user