mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 09:35:59 +02:00
remove Windows unit from example
git-svn-id: trunk@16781 -
This commit is contained in:
parent
34fcc43209
commit
211dc10859
@ -5,8 +5,8 @@ unit Unit1;
|
||||
interface
|
||||
|
||||
uses
|
||||
Windows, Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
StdCtrls, ExtCtrls, Buttons;
|
||||
Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
StdCtrls, ExtCtrls, Buttons, LCLIntf;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user