MG: removed interfaces

git-svn-id: trunk@3580 -
This commit is contained in:
lazarus 2002-10-29 23:14:28 +00:00
parent bff634b9b0
commit a63aee24a3
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -25,7 +25,7 @@ unit DlgForm;
interface
uses Interfaces, Classes, Forms, Buttons, Dialogs, Graphics;
uses Classes, Forms, Buttons, Dialogs, Graphics;
type
TSampleDialogs = class(TForm)